J
John
I am having trouble defining an OLEDB connection string to
an Oracle database. I have no problem using an ODBC
connection.
Works (ODBC)
obj.Connection = "ODBC;DRIVER={Microsoft ODBC for
Oracle};SERVER=IFAS;UID=scott;PWD=tiger"
Doesn't work (OLEDB)
obj.Connection = "OLEDB; Provider=MSDAORA; Data
Source=ifas; User ID=scott; Password=tiger;"
Does a DSN need to be created for OLEDB connections? What
am I missing? TIA...
John
an Oracle database. I have no problem using an ODBC
connection.
Works (ODBC)
obj.Connection = "ODBC;DRIVER={Microsoft ODBC for
Oracle};SERVER=IFAS;UID=scott;PWD=tiger"
Doesn't work (OLEDB)
obj.Connection = "OLEDB; Provider=MSDAORA; Data
Source=ifas; User ID=scott; Password=tiger;"
Does a DSN need to be created for OLEDB connections? What
am I missing? TIA...
John