Hi,
I wonder, what is the limit on column names?
I heard that there was a recent fix allowing longer column names.
When I create a table with a column called max_order_amount (using sql via the driver), the column shows up as max_order_a.
I am using the latest download of the driver.
Rob
|
>I wonder, what is the limit on column names?
For Dbase Format, it's 10 characters. For DB2K, it's 32 characters. For VFP .dbc database' table, it's 128 characters; for free table, it's 10 characters still. HXTT DBF can read and utilize 'dbc longer column name information, but hasn't provided create .dbf database and VFP longer name feature now.
|