q:how to check if table exists in sql code example
Example: qt qsql check if table exist
if ( database.tables().contains( QLatin1String("employee_datastores") ) {
...
}
if ( database.tables().contains( QLatin1String("employee_datastores") ) {
...
}