KNOWLEDGE BASE
Log In    |    Knowledge Base    |    4D Home
Tech Tip: Creating databases that will be queried through the 4D Server ODBC driver
PRODUCT: ODBC for 4D Server | VERSION: 6.5 | PLATFORM: Mac & Win
Published On: January 19, 2001

When creating databases that will be queried through the 4D Server ODBC driver, you should consider respecting the following guidelines:

* Do not use identical field names for fields within the same table.
* Do not use empty strings for field names.
* Try not to use subtables (they will not be seen by the driver).

Doing any of the above will limit the access to the contents of your database.