Jevgenijs Rogovs <[EMAIL PROTECTED]> wrote:
Could someone please assist me with the following: how do I insert a string into an SQLite database that contains a CR or LF character? C-style escapes (like \r and \n) are not working with SQLite, so how can I do this?
Use parameterized statements - see sqlite3_prepare[_v2], sqlite3_bind_*, sqlite3_step et al.
Igor Tandetnik
----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------