Question

I'm getting errors like the following when I try to connect to a database using RODBC:

ch <- odbcConnect("getdata",uid='uid',pwd='pwd') [RODBC] ERROR: state , code 202, message ��������������������

What is code 202? And what is that unreadable message supposed to be? I'm running R 3.0.2 on OS X 10.8.

Was it helpful?

Solution

I got rid of this error message by recompiling the psqlodbc driver without unicode support.

I still can't connect using RODBC though.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top