Last data update: 2014.03.03

R: Overlay over odbcFetchRows
odbcFetchRowsR Documentation

Overlay over odbcFetchRows

Description

RODBC::odbcFetchRows 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.

Usage

odbcFetchRows(channel, ...)

Arguments

channel

ODBC connection obtained by odbcConnect

...

other parametrs passed to odbcFetchRows

Value

see odbcFetchRows

Results