dbGetException
From DBI v0.4-1
by Kirill Müller
Get DBMS exceptions.
Get DBMS exceptions.
Usage
dbGetException(conn, ...)
Arguments
- conn
- A
DBIConnection
object, as produced bydbConnect
. - ...
- 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
Community examples
Looks like there are no examples yet.