You are not logged in.
Pages: 1
i found this on SO to reset AUTO_INCREMENT field in SQLite Database.
DELETE FROM MyTableName
DELETE FROM SQLITE_SEQUENCE WHERE NAME = 'MyTableName'
is it posible to do this with framework without engineexecute?
thank you.
Offline
ok, thank you.
Offline
Pages: 1