I am trying to connect to an Oracle 10g database using the Microsoft ODBC for Oracle driver; I used following connection string
conn.ConnectionString = "Driver={Microsoft ODBC for Oracle};Server=myservername;Uid=myuserid;Pwd=mypassword;"
Below error occurred when I trying to connect database.
ERROR [08001] [Microsoft][ODBC driver for Oracle][Oracle]ORA-12154: TNS: Could not resolve the connect identifier specified
ERROR [IM006] [Microsoft][ODBC Driver Manager]
Driver's SQLSetConnectAttr failed
ERROR [01000] [Microsoft][ODBC Driver Manager]
The driver doesn't support the version of ODBC behavior that the
application requested (see SQLSetEnvAttr).�/span>
Some one help me how resolve this issue;