odbcErrors {RODBC} | R Documentation |
Utility functions for examining and clearing error messages which have been collected during low-level ODBC calls.
odbcGetErrMsg(channel) odbcClearError(channel)
channel |
connection handle as returned by
odbcConnect() of class "RODBC" . |
odbcGetErrMsg
returns a (possibly zero-length)
character vector of pending messages.
odbcClearError
returns nothing, invisibly.
Michael Lapsley