Hello,
 
A collegue has strange behavior with a sqlite database.
The original DB is about 13 MB.
After storing 40 entries in a table the disk space is double and about 26 MB.
It is a program written in C# and used the SQLite datareader.
Now, suddenly he cannot get any returns from an simle select.
If he executes the same SELECT in the Firefox Plugin SQLite Administrator it 
works fine.
It is a simple select of a table with some integer columns.
 
I have no knowledge in C# and SQLite datareader.
But is it possible to check the database or check why the size is so much 
bigger?
 
We did a PRAGMA integrity_check which has no errors.
 
thank you for any help
 
best regards
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to