java.sql.SQLException: Unknown escape character: \S
at org.enhydra.instantdb.db.tokenList.classifyChar(tokenList.java:292)
at org.enhydra.instantdb.db.tokenList.parseTokens(tokenList.java:204)
at org.enhydra.instantdb.db.tokenList.<init>(tokenList.java:98)
at org.enhydra.instantdb.db.matchedTokens.setParam(matchedTokens.java:324)
at org.enhydra.instantdb.db.SQLProg.setParam(SQLProg.java:162)
at
org.enhydra.instantdb.jdbc.idbPreparedStatement.set(idbPreparedStatement.java:24
9)
at
org.enhydra.instantdb.jdbc.idbPreparedStatement.setObject(idbPreparedStatement.j
ava:242)
at
org.enhydra.instantdb.jdbc.idbPreparedStatement.setString(idbPreparedStatement.j
ava:161)
What can I do ?
I just want to store and retrieve any string "as is" whatever it contains.
Thanks for help.
-----------------------------------------------------------------------------
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.
|