Table and Column Names
The DB Interface Module does not restrict the length of table names or column names, but, for optimum portability, object names should be chosen to meet the constraints of all ODBC drivers with which the application is likely to run. In the tutorials shipped with the DB Interface Module, for example, all table names are 8 letters or less and all column names are 10 letters or less. This allows them to comply with the requirements of certain single tier drivers.