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:
|