RODBC
Hey!
I solved my problem specifying password and believeNRows=FALSE in
odbcConnect:
channel <- odbcConnect("sc", uid="admin", pwd="pass", case="tolower",
believeNRows=FALSE)
Sorry!
On 6/21/06, jerome prudent <jprudent at gmail.com> wrote:
I'm having trouble with RODBC and postgresql under Linux. My queries have no result. sqlTables works fine. Any idea?