Will Leshner <[EMAIL PROTECTED]> wrote:
As far as I know, the only character that requires escaping is the single-quote character.
Since SQL statements are passed to SQLite as C strings, it is also necessary to escape NUL characters. The sqlite_encode_binary function escapes single quotes and NULs.
--
James W. Walker, ScriptPerfection Enterprises, Inc.
<http://www.write-brain.com/>