Daniel HERLEMONT wrote:
>
> java.sql.SQLException: Unknown escape character: \S
> What can I do ?
> I just want to store and retrieve any string "as is" whatever it contains.
I haven't tried it, but I think you can set the following in your .prp
file:
prepareIgnoresEscapes=1
This suppresses the magic of \, so '\S' will be interpreted as two
characters.
Regards,
Bill Karwin
-----------------------------------------------------------------------------
To unsubscribe from this mailing list, send email to majordomo@enhydra.org
with the text "unsubscribe instantdb" in the body of the email.
If you have other questions regarding this mailing list, send email to
the list admin at owner-instantdb@enhydra.org.
|