Displaying 1 result from an estimated 1 matches for "soctcp".
Did you mean:
sccp
2005 May 09
0
Data source name not found, and no default driver specified
...ithin R using
Sys.getenv().
I connect using odbcConnect("mydsn") where "mydsn" is defined in the
.ini file. I also tried
odbcDriverConnect("DRIVER=/opt/informix/lib/cli/libifcli.so;UID=myid;PWD=mypwd;DATABASE=dbname;HOST=myhost;SERVER=myserver;SERVICE=service_port;PROTOCOL=soctcp;")
but kept getting teh same error.
What are the usual suspects in this case? how can I track the source
of this problem?