Syntax of the ADO connection String
Hi,
I have been trying to connect to an Oracle database from a client application (Delphi) using the ADO (Microsoft
ActiveX Data Objects) libraries... I have been successful so far when it comes to connecting normal users, but so far
I havent been able to connect as SYS.
The problem here is that when connecting as SYS to an Oracle 9i database it requires that I log in as SYSDBA, now
my problem is that I dont know what the parameter should be in the connection string to do that.
Thanks in advance,
/Sasakthi
P.S. The connection string (which works ok) looks like this:
'Provider=OraOLEDB.Oracle;Data Source=TEST;User ID=SYS;Password=BlahBlah;PLSQLRSet=1;'
how do I fit in SYSDBA into the above string ?