"Ben Marchbanks" <[EMAIL PROTECTED]> wrote in
message news:[EMAIL PROTECTED]
> Now I remember why I wasn't using single quotes in SQLite statements -
>
> because escaped single quoted values like
>
> 'Billy\'s bike'
>
> cause it to fail.

You probably want 'Billy''s bike'. Backslashes don't have any special 
meaning in SQL.

Igor Tandetnik 



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to