T
T McDonald
I'm having some issues with a dll I've created to return an ADOConnection
back to an ASP script.
I successfully open my object:
mytest = Server.CreateObject("mydll.database")
I then attempt to use the connection:
myConnection = mytest.getConnection
This is where the script breaks down with an "Object required" error.
I am able to access other methods in the dll, it just doesn't seem to be
returning the database connnection successfully.
Any help is greatly appreciated.
back to an ASP script.
I successfully open my object:
mytest = Server.CreateObject("mydll.database")
I then attempt to use the connection:
myConnection = mytest.getConnection
This is where the script breaks down with an "Object required" error.
I am able to access other methods in the dll, it just doesn't seem to be
returning the database connnection successfully.
Any help is greatly appreciated.