Click to See Complete Forum and Search --> : Oracle connection string


ytkok
March 26th, 2007, 03:49 AM
I am using VC++ 7.0 ADO to access a Oracle database.
What is the connection string to use?

I have install the Oracle Client 9.

If my Oracle database is located remotely in Oracle server, How do I connect to remote Oracle?

thanks

Shuja Ali
March 26th, 2007, 04:02 AM
www.connectionstrings.com is the place where you should look for all types of conenctionstrings.

ytkok
March 26th, 2007, 05:14 AM
How to access my oracle db remotely? Is the way to access DB with ADO recordSet are identical for locally and remotely?