What is this error message about and how do I troubleshoot it?
> sqlTables(channel)
Error in .Call("RODBCFetchRows", attr(channel, "handle_ptr"), max, buffsize, :
negative length vectors are not allowed
The channel was created as such
channel <- odbcConnect("Labdata")
I think this is telling me that my odbcConnect command worked
> odbcGetInfo(channel)
DBMS_Name DBMS_Ver
"Adaptive Server Anywhere" "09.00.0002"
Driver_ODBC_Ver Data_Source_Name
"03.52" "Labdata"
Driver_Name Driver_Ver
"DBODBC9.DLL" "09.00.0000"
ODBC_Ver Server_Name
"03.52.0000" "CGS9"
--
Farrel Buchinsky
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.