Can someone please tell me do I need oracle client installed on my pc to connect to an oracle db using ado?
sorry if i am being dum but I have come accross the connection string as follows:
but it doesn't work and when reading up on connecting to oracle there is mention of 'tnsnames.ora'.
I get an error stating the Oracle client and networking componants were not found!!
ie. "It would be defined by the file of 'tnsnames.ora' or others as standard method."
Advise appreciated and guidance appreciated.
Neemi
sorry if i am being dum but I have come accross the connection string as follows:
Code:
objADO.Open "Driver={Microsoft ODBC for Oracle}; CONNECTSTRING=TESTDB; UID=USER001; PWD=PASS001;"
but it doesn't work and when reading up on connecting to oracle there is mention of 'tnsnames.ora'.
I get an error stating the Oracle client and networking componants were not found!!
ie. "It would be defined by the file of 'tnsnames.ora' or others as standard method."
Advise appreciated and guidance appreciated.
Neemi