Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试使用 RODBC 连接到数据库时,出现如下错误:
ch <- odbcConnect("getdata",uid='uid',pwd='pwd') [RODBC] 错误:状态,代码 202,消息 ���������������� ��
什么是代码 202?那条不可读的信息应该是什么?我在 OS X 10.8 上运行 R 3.0.2。
我通过重新编译不支持 unicode 的 psqlodbc 驱动程序消除了此错误消息。
我仍然无法使用 RODBC 进行连接。