Gentee Programming Language > Documentation > Libraries Download documentation

odbcquery.geterror

Gets the message if the last error occured while running the SQL query.
 
uint odbcquery.geterror(
      str   state,
      str   message
)

Parameters

stateThis string will contain the current state.
messageThis string will contain an error message.

Return value

Returns the last error code.

See also

    Data Access Using ODBC


 Copyright © 2004-2006 Gentee Inc. All rights reserved.