|
|
|
|
|
| | |
|
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Need help with asp and com object interfaces |
From: |
orley |
Date: |
12/2/1999 1:43:42 PM |
IP: |
213.8.7.13 |
I create a registered com object with server.create in the global.asa "start session" event. The com object behaves correctly when I try to access its interfaces in any .asp page in the application. One of its interfaces is "ModelInterface" which leads onto another interface ".MemberInterface". In a .asp page at some point in the application, I save a reference to "ModelInteface", with
set Session ("ModelInterface") = MyComObj.ModelInterface. If I try to later to extract and use the interface, I can only access strings that it points to, but not other interfaces (i.e. .MemberInterface). Can an interface be saved in a session, or do its "pointers" get copied incorrectly?
Thanks!
Orley |
Follow Up - Re: Need help with asp and com object interfaces - Mike Barger 12/10/1999 11:28:59 AM
|
|
|
|
|
|
|
|
|
|
|
|