I am surprised to see that C is slower than Perl when inserting lots of data 
into DB sequentially as I have 100 columns in a row so I have been making 100 
bind_int calls while Perl I only need to do execute once.  Trying to see if I 
can use bind_value() instead but no clue ho to create the sqlite3_value 
structure.
Thanks,
Bella
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to