Get DBMS exceptions
DEPRECATED. Backends should use R's condition system to signal errors and warnings.
dbGetException(conn, ...)
conn |
A DBIConnection object, as returned by
|
... |
Other parameters passed on to methods. |
a list with elements errorNum
(an integer error number) and
errorMsg
(a character string) describing the last error in the
connection conn
.
Other DBIConnection generics:
DBIConnection-class
,
dbAppendTable()
,
dbCreateTable()
,
dbDataType()
,
dbDisconnect()
,
dbExecute()
,
dbExistsTable()
,
dbGetInfo()
,
dbGetQuery()
,
dbIsReadOnly()
,
dbIsValid()
,
dbListFields()
,
dbListObjects()
,
dbListResults()
,
dbListTables()
,
dbReadTable()
,
dbRemoveTable()
,
dbSendQuery()
,
dbSendStatement()
,
dbWriteTable()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.