odbcquery.geterror
Get the last error message. Gets the message if the last error occured while running the SQL query.
method uint odbcquery.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 |