I'm not convinced this is an SQLite problem. Might it instead be a question of how to escape double quote characters in whatever language you are using?
In this context, the term "escape" means doing something so that a character with a special meaning is handled like a plain character that has no special meaning. The most common problem, as here, is trying to include a double quote character in a string whose start and end are marked by double quotes. RobR _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users