R
rich
Hello,
Is there a way to check for error codes or condition codes that indicate the
result of a SQL statement?
For example, if executing a query to search for a specific record based on
an ID number, is there some code that can be checked to determine the result
of the query? If a row is found, the code may be set to 100. If no row is
found, the code is set to 0. Are there other ways to check for various types
of conditions?
I know that VB has Err object. Can this be used?
TIA,
Rich
Is there a way to check for error codes or condition codes that indicate the
result of a SQL statement?
For example, if executing a query to search for a specific record based on
an ID number, is there some code that can be checked to determine the result
of the query? If a row is found, the code may be set to 100. If no row is
found, the code is set to 0. Are there other ways to check for various types
of conditions?
I know that VB has Err object. Can this be used?
TIA,
Rich