Question:
I'm getting the error "Too many fields in table create"
when either using DbiCreateTable (BDE API) or
TTable.Create (Delphi) or TTable->Create (C++ Builder).
What is the limit to the number of fields I can create
in a table using these functions?
Answer:
The number of fields varies by database.
See http://community.borland.com/article/0,1410,15159,00.html
for a complete listing. If your database supports a
larger number of fields you may create a table with a
larger number of fields using a TQuery instead.
Last Modified: 08-SEP-00