DBI (version 0.3.0)

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 errNum (an integer error number) and errMsg (a character string) describing the last error in the connection conn.

See Also

Other connection methods: dbDisconnect; dbExistsTable; dbGetQuery, dbGetQuery,DBIConnection,character-method; dbListFields; dbListResults; dbListTables; dbReadTable, dbWriteTable; dbRemoveTable; dbSendQuery