odbc_errormsgDescriptionstring odbc_errormsg ( [resource connection_id] )
Returns a string containing the last ODBC error message, or an empty
string if there has been no errors. If
This function returns meaningful value only if last odbc query failed (i.e. odbc_exec() returned FALSE). See also: odbc_error() and odbc_exec(). | ||