On Fri, Aug 12, 2011 at 1:51 PM, Sumit Gupta <vikasu...@vikasumit.com>wrote:

> I was try to to Read a Binary file in to the Sqlite Database using .NET.
> All
> ....NET to do bulk upload. I use that Dataset method to upload about 70,000
> records in to SQL server and it take 10-15 sec, but in Sqlite it is still
> taking minutes to record that data.
>

The answer is the same as it was yesterday: wrap the inserts in a
transaction.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to