Hi,

 

Some of my single row inserts use parameterized queries today to make
encoding easier. For example having embedded single quotes in strings etc.  

 

Now, I would like to take advantage of the multi row inserts as described in
http://stackoverflow.com/questions/16055566/insert-multiple-rows-in-sqlite.
There seems to be a limit of the number of SqliteParameters that I can pass
in, so it seems parameterized queries are not the way to go with multi row
inserts. If I just build the sql string myself, how can I solve encoding
issues as mentioned above?

 

Thanks

Andy

 

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to