Displaying 1 result from an estimated 1 matches for "osqlfetch".
Did you mean:
sqlfetch
2009 Aug 14
1
RODBC does not like table names >11/12 characters
...#39;abcdefghijklm')
Fehler in odbcTableExists(channel, sqtable) :
?abcdefghijklm?: table not found on channel
I do not have any tables with 12 character names, to check where exactly
the borderline is. Of course, the table ?abcdefghijklm? exist on the
channel, even if I feed it directly t osqlFetch via
sqlFetch(channel2, sqlTables(channel2)$TABLE_NAME[x])
I think it has to do with a recent update.packages(), i.e. with an
update of RODBC, but I do not know how to use an old RODBC version to
test this. Any suggestions, for example how to rre-install an old package?
Thanks in advance for an...