Forum Discussion

divernut's avatar
divernut
Occasional Contributor
12 years ago

Opening a database cannection to oracle

I am having trouble using the Open() to open a connection to my oracle database.

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.