Displaying 1 result from an estimated 1 matches for "rodbccloseall".
Did you mean:
odbccloseall
2005 Apr 19
2
RODBC odbcCloseAll odbcClose Windows XP
...R Development Core Team) for Windows XP (Service Pack 2), I'm
having problems with the "odbcCloseAll" and "odbcClose" functions
within the "RODBC" package. I get pretty much the same error message
for both functions:
odbcCloseAll() produces:
Error in .Call("RODBCCloseAll", PACKAGE = "RODBC") :
"C" function name not in DLL for package 'RODBC'
odbcClose(channel) produces:
Error in .Call("RODBCClose", attr(channel, "handle_ptr"), PACKAGE = "RODBC") :
"C" function name not in DL...