dbGetException {DBI} | R Documentation |
Get DBMS exceptions.
dbGetException(conn, ...)
conn |
A |
... |
Other parameters passed on to methods. |
a list with elements errNum
(an integer error number) and
errMsg
(a character string) describing the last error in the
connection conn
.
Other connection methods: dbDisconnect
;
dbExistsTable
; dbGetQuery
,
dbGetQuery,DBIConnection,character-method
;
dbListFields
; dbListResults
;
dbListTables
; dbReadTable
,
dbWriteTable
; dbRemoveTable
;
dbSendQuery