odbc.geterror
Get the last error message. Gets the message if the last error occured while connecting to the database.
method uint odbc.geterror (
str state,
str message
)
str state,
str message
)
Parameters
state | This string will contain the current state. |
message | This string will contain an error message. |
Return value
Returns the last error code.
Related links | Source |