Ignore Tables if

TurboData will attempt to ignore all system tables and not include them in your TurboData database schema.

If you are using the ADO Microsoft Database Protocol to connect to your database then this is easy to do, as TurboData can examine the type of each table on the database it is reading and will automatically ignore all system tables.

If you are using the DAO Microsoft Database Protocol to connect to your database, then TurboData needs help to determine if a table is a system table, and should be ignored. Some DBMS's use a prefix of 'sys' or 'msys' on the owner and table names. If your DBMS prefixes the system tables with something else, then enter the appropriate text here.


Contents Previous Next