Learn R Programming

RODBC (version 1.2-3)

odbcErrors: RODBC Error-Handling Utility Functions

Description

Utility functions for examining and clearing error messages which have been collected during low-level ODBC calls.

Usage

odbcGetErrMsg(channel)
odbcClearError(channel)

Arguments

channel
connection handle as returned by odbcConnect() of class "RODBC".

Value

  • odbcGetErrMsg returns a (possibly zero-length) character vector of pending messages.

    odbcClearError returns nothing, invisibly.

See Also

odbcQuery, odbcConnect