Escaping strings? - Mailing list pgsql-jdbc

From Timothy Reaves
Subject Escaping strings?
Date
Msg-id 20021103210627.4936fd10.treaves@silverfields.com
Whole thread Raw
Responses Re: Escaping strings?  (Thomas O'Dowd <tom@nooper.com>)
List pgsql-jdbc
    What is the proper way to insure a text string (i.e. one read from a
JTextField.getText()) is propery escaped?  I assumed the JDBC driver would
do this automatically, but it does not.  An ' character will cause the
JDBC driver to throw an exception.

pgsql-jdbc by date:

Previous
From: Timothy Reaves
Date:
Subject: Re: [Solved] A result was returned by the statement, when none was expected.
Next
From: Thomas O'Dowd
Date:
Subject: Re: Escaping strings?