> Did you try setting believeNRows=FALSE in odbcConnect() ? From
> help(odbcConnect, package=RODBC):
> 
> 
>  odbcConnect(dsn, uid = "", pwd = "", case = "nochange",
>                  believeNRows = TRUE)
>  [...]
>  believeNRows: logical.  Is the number of rows returned by the ODBC
>           connection believable?  Not true for Oracle and Sybase,
>           apparently.
> 
> This has been the fix on other systems, it could simply that RODBC gets
> handed a bad value. Apparently common with some backends, as I recall I had
> to use that too with some Sybase-on-Solaris versions a while back.

Yes, I have tried this with the exact same result. I have to stress that
this only happens on ONE of my systems (pure amd64). Probably something
really stupid but I just can't get it.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to