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.
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.