المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : SQLite in C#



C# Programming
06-30-2009, 04:50 PM
Hello. I'm using SQLite and System.Data.SQLite.
If I create a new table, the file size is 2KB.
After insert 1000 records, the file size will be 34KB.
If I delete all record, the file size remain 34KB.
If I send SELECT command, the table is empty.

Why ?

Thanks.