Friday, November 1, 2013

Oracle C# Connection


str = "Driver={microsoft odbc for oracle};server=admt;uid=ttttt;pwd=123344";

Using the above connection to connect to oracle DB, and oracle client is also installed. But receiving below error .. Please help



ERROR [NA000] [Microsoft][ODBC driver for Oracle][Oracle]Error while trying to retrieve
text for error ORA-01019
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).


No comments:

Post a Comment