"Jørgen Berntsen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > However, when I write the images to the database everything is very > slow and writing 10000 BLOBs takes about 20-30 minutes. As our users > is not that pacient they currently will not use this approach!
Wrap all inserts in a single transaction. See BEGIN, END statments. Igor Tandetnik
_______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

