QUESTION POSED ON: 09 July 2004
I am trying to connect to an Oracle database through DECS via the Web. Basically, I have a hotspot on my form that runs the @Command (ToolsRunMacro), which runs an agent that connects to Oracle. When I run the agent I get, "Error creating product object" on the "Dim LC_Conn As New LCConnection("oracle")" line. When I run the agent manually through designer, the connection works.
I have the exact same code on my test system and it is working fine. What could possibly be causing this error? Thank you for you time.
|