Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ADO Recordset Visible to COM???
Message
From
12/08/2003 09:19:59
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
ADO Recordset Visible to COM???
Miscellaneous
Thread ID:
00819323
Message ID:
00819323
Views:
51
Hello,

From an ASP page, suppose I create a connection to a VFP table residing on a Web Server. I create a Recordset object: 'oRs' that can be used in the ASP code to handle data from the VFP table. In the SAME ASP page I create an instance of a VFP COM Server (DLL) and call a function in that DLL.

Question: Is the ADO Recordset object visible to the DLL function, ie., can I reference the ADO-opened table via the 'oRs' handle from WITHIN the VFP function?

Is the Opposite possible?: Can I create a Recordset-and-handle from WITHIN a DLL function and, upon returning to the ASP page, access the connection without creating a NEW ADO connection?

Thanks

David
Reply
Map
View

Click here to load this message in the networking platform