How do I know if a specific table does not exist in a DBMaker Database?

According to ODBC's function, when executing select * from table by using SQLExecute() and the table does not exist, SQLExecute() will return -1. We can also get the following error code by executing SQLError(): "ERROR(6521)nonexistent base table or view:

Copyright 1999-2001 CASEMaker Inc. All rights reserved.
Comments or questions about our web site? Please write the webmaster.
Terms and Conditions | User Privacy Statement