On 2/28/06, Teg <[EMAIL PROTECTED]> wrote: > Hello Niels, > > That problem goes away if you switch to using the > > sqlite3_prepare > > sqlite3_bind_...() > > Syntax for insertions. Then all escaping becomes unnecessary. Using > this syntax has removed an entire escaping layer I'd implemented.
It also prevents SQL injection attacks :)

