Hi Folks
when i drag a table into a dataset using the designer, and it has an autoincrement primary key field. the created datatable in the dataset has th
autoincrementseed = 0 , but the default first value inside SQLite is 1
so when the DataBase is updated this fields diferents on the dataset and on the SQLite DataBase.
this make my DB corrupted because others tables that use the former table primary key , points to the wrong id
so my question is. can the default value for autoincrementseed on the designer should be 1, just like SQLite use.
thanks in advance
Manolito