On 14/11/2007, Jevgenijs Rogovs <[EMAIL PROTECTED]> wrote:
> Sounds too complicated for this simple situation...
> Can anything be done w/o coding?
>

Why not change

INSERT INTO sometable VALUES ('blablabla\r\nyadayadayada');

into

INSERT INTO sometable VALUES ('blablabla
yadayadayada');

(real return rather than 'C-style escapes')

That works here (XP sqlite3.4.2)

Rgds,
Simon

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to