Re: how to Escape single quotes with PreparedStatment - Mailing list pgsql-jdbc

From JavaNoobie
Subject Re: how to Escape single quotes with PreparedStatment
Date
Msg-id 1314000874022-4722528.post@n5.nabble.com
Whole thread Raw
In response to Re: how to Escape single quotes with PreparedStatment  ("ml-tb" <ml-tb@emagixx.de>)
Responses Re: how to Escape single quotes with PreparedStatment
List pgsql-jdbc
Hi,
I tried that example but it threw an error as follows.
org.postgresql.util.PSQLException: ERROR: syntax error at or near "%"
  Position: 158
    at
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2102)
    at
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1835)

Why could this be happening?

--
View this message in context:
http://postgresql.1045698.n5.nabble.com/how-to-Escape-single-quotes-with-PreparedStatment-tp4718287p4722528.html
Sent from the PostgreSQL - jdbc mailing list archive at Nabble.com.

pgsql-jdbc by date:

Previous
From: "ml-tb"
Date:
Subject: Re: how to Escape single quotes with PreparedStatment
Next
From: Andrew Hastie
Date:
Subject: Re: how to Escape single quotes with PreparedStatment