odbcErrors {RODBC}R Documentation

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.

Author(s)

Michael Lapsley

See Also

odbcQuery, odbcConnect


[Package RODBC version 1.1-9 Index]