yogibabu <madra...@interia.pl> wrote: > i got some textual data where might be some disallowed characters > (php codes mostly), and I want to put it in a data base in one line,
What do you mean by "disallowed characters"? Disallowed by whom? SQLite would accept any character in a string literal (single quotes require a bit of special handling). In any case, what's wrong with parameter binding? Why do you insist on not using it? Igor Tandetnik _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users