Autoinc field in dbpro - Forum

Forum Navigation
You need to log in to create posts and topics.

Autoinc field in dbpro

Hello everyone
In the dbpro plugin, I selected the format of one of the fields as Autoinc
When I delete the records, I want the numbers to start from 1 without closing the database

For that you must do the deletion with the  instruction  dbpExecSQL "AliasDataBase" "truncate table NameTable" ""

Beware: ALL records are deleted

salu2