Navigation:  Introduction >

SQL Reserved Words

Previous pageReturn to chapter overviewNext page

This module is used to store all SQL reserved words NOT to be used when you build Tables

 

You can add edit or delete any of them (but maybe this requires special knowledge of your particular SQL server)

 

IMPORTANT : we have very often had feedback from clients that DMC could NOT transfer data into this or that SQL table. It always was a problem of reserved words used for Columns or Keys. So when you build your tables keep this in mind and use any technique you prefer so as to avoid this situation (example a column called LENGTH will not allow ODBC drivers on some SQL server to properly use the Table, so rename it to PRD_LENGTH for the Products Table and SIZ_LENGTH etc ...)