divernut
12 years agoOccasional Contributor
Opening a database cannection to oracle
I am having trouble using the Open() to open a connection to my oracle database.
I use
to set the connection but when I use Aconnection.Open() testcomlete keeps wanting some sort of parameter in the parenthesis. I have put everthing I can think of in them but nothing works.
I use
AConnection = ADO.CreateConnection();
AConnection.ConnectionString = "Driver=Microsoft ODBC for Oracle;dbq=bluff:1521/fc3;UId=fcsrv;Pwd=fcsrv;";
to set the connection but when I use Aconnection.Open() testcomlete keeps wanting some sort of parameter in the parenthesis. I have put everthing I can think of in them but nothing works.