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
- [sqlite] how to create sqlite3_value structure to be used ... Bella Chan
- Re: [sqlite] how to create sqlite3_value structure to... Igor Tandetnik
- Re: [sqlite] how to create sqlite3_value structur... Marian Cascaval
- Re: [sqlite] how to create sqlite3_value stru... Bella Chan
- Re: [sqlite] how to create sqlite3_value ... Richard Hipp
- Re: [sqlite] how to create sqlite3_v... Bella Chan
- Re: [sqlite] how to create sqlit... Igor Tandetnik
- Re: [sqlite] how to create s... Bella Chan
- Re: [sqlite] how to create s... Bella Chan
- Re: [sqlite] how to create sqlite3_value stru... Bella Chan

