Hello all,
I port successfully sqlite3 library on other platform...
But i have some problems...
When i try to insert some records, if for example i insert 80: good; if i try
to insert 81 records the database is corrupted....
I don t understand.... because if make a SELECT query with my library on a big
table created on pc with sqlite3 win32 : it work fine.....
For insert records
- I open the db
- begin transaction
- create table
- insert records
- commit transaction
- close the db
Thank you a lot for your help in advance....
Bye
Best regards,
Fred