Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I hold Application Info in a ADO ?

Status
Not open for further replies.

R3D3

Programmer
May 1, 2002
34
FR
I have written an ADO EXE with 3 Functions:
One function to Open Sessions.
Another Function to Pass data through them.
Another Function to Close them.
Works fine if I write it all as one executable in the same instance of the Program.
If I create a ActiveX EXE it does not work anymore.

Opening the sessions (creating the objects) works fine but...
The other functions do not appear to know about the object I created in the Open function.

I have some Application Info variables I need to make available to all the users.
What do I need to do?

Thanks for any help.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top