sqlFetchMore {RODBCext} | R Documentation |
RODBC::sqlFetchMore crashes if the ODBC channel is in "query prepared but already not executed" state. This function is a small overlay emmitting an error in such a case.
sqlFetchMore(channel, ...)
channel |
ODBC connection obtained by odbcConnect |
... |
other parametrs passed to sqlFetchMore |
see sqlFetchMore