DBI (version 0.5-1)

dbGetException: Get DBMS exceptions

Description

Get DBMS exceptions

Usage

dbGetException(conn, ...)

Arguments

conn
A DBIConnection object, as produced by dbConnect.
...
Other parameters passed on to methods.

Value

a list with elements errorNum (an integer error number) and errorMsg (a character string) describing the last error in the connection conn.

See Also

Other DBIConnection generics: DBIConnection-class, dbDataType, dbDisconnect, dbExecute, dbExistsTable, dbGetInfo, dbGetQuery, dbIsValid, dbListFields, dbListResults, dbListTables, dbReadTable, dbRemoveTable, dbSendQuery, dbSendStatement