MPSystemsServices / CodeBase-for-DBF

CodeBase is a C-based library to read, write and manage DBF type tables and indexes.
GNU Lesser General Public License v3.0
52 stars 33 forks source link

Integer(AutoInc) Visual FoxPro field #6

Closed bruscain closed 4 years ago

bruscain commented 4 years ago

Is it possible to create a table with Integer(AutoInc) field?

MPSystemsServices commented 4 years ago

CodeBase does not support Visual FoxPro type auto incremented fields. CodeBase has its own format for auto incrementing fields, which you can explore with the extended documentation. VFP and Clipper are not able to read tables that have CodeBase auto-increment type fields in them, or if they do, you run the risk of data corruption.

An interesting To-Do might be for someone to adapt this open source version of CodeBase to handle native VFP auto incrementing fields.