connect to oracle with odbc driver
- From: "Till Merker" <tillxz.merker@xxxxxxx>
- Date: Fri, 20 Oct 2006 16:28:41 +0800
Hello,
when I want to connect to an oracle db with the oracle odbc driver we always
get the message:
10/20/2006 4:26:33 PM Exception: ERROR [NA000] [Microsoft][ODBC driver for
Oracle][Oracle]ORA-06413: Connection not open.
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).
10/20/2006 4:26:33 PM Stack trace:
at System.Data.Odbc.OdbcConnection.Open()
at Actis.Interface.FetchActisDataService.connectActis(String DSN, String
user, String pwd) in d:\programs\fetchActisDataService
(server)\FetchActisDataService.cs:line 209
at Actis.Interface.FetchActisDataService.fetchingworklogs() in
d:\programs\fetchActisDataService (server)\FetchActisDataService.cs:line 79
how can I can find out what is exactly needed? Which driver may support this
behaviour?
thanks a lot!
regards,
Till
.