I've been escaping single quote characters in all my text fields and using
the sqlite_execute function to put the data into the table. But is it
possible to use the prepare/bind commands to enter data so that I don't have
to do this?

I've been using the column_text type to get back a block of text and it's
being truncated at the first CR/LF pair in the text block and I can't help
thinking that I could have avoided this somehow by entering it with a
prepared statement.

Or am I completely wrong?
-- 
View this message in context: 
http://www.nabble.com/SQLITE_prepare-bind-to-exnter-data-or-just-query--tp18977257p18977257.html
Sent from the SQLite mailing list archive at Nabble.com.

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

Reply via email to