dbGetException {DBI}R Documentation

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, dbListFields, dbListResults, dbListTables, dbReadTable, dbRemoveTable, dbSendQuery


[Package DBI version 0.4-1 Index]