Displaying 1 result from an estimated 1 matches for "sqlsetenvattr".
2010 Jul 14
2
Error while connecting to Oracle using RODBC package
...stener does not currently know of
service requested in connect descriptor
2: In odbcDriverConnect("DSN=Vikrant") :
[RODBC] ERROR: state 01000, code 0, message [Microsoft][ODBC Driver
Manager] The driver doesn't support the version of ODBC behavior that the
application requested (see SQLSetEnvAttr).
3: In odbcDriverConnect("DSN=Vikrant") : ODBC connection failed
I also tried by using another command
library(RODBC)
connection = odbcDriverConnect("driver=ORACLE
Server;server=01hw0038336";DSN=vikrant;UID=system;PWD=password)
Then I am getting folllowing error.
1: In odb...