Domanda

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.

È stato utile?

Soluzione

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

I still can't connect using RODBC though.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top