[JDBC] get the query created by PreparedStatement

2001-03-18 Thread Eric Frazier
Hi, Is there an easy way to get the actual query sent by a preparedstatement without contstructing it yourself? I have a long case statment with many setXXX and the whole of my query is basicly just INSERT INTO TABLE(?,?,?,?,?,?,?,?,?) along with those setXXX statments. I would like to be a

Re: [JDBC] database URL

2001-03-18 Thread Aaron Brashears
On Fri, Mar 16, 2001 at 01:11:35PM -0500, Robert LaPreze wrote: > I have been trying to determine the url for a postgres database and was > wondering if someone be able to provide me with this info. > I writting java code to interface with the postgres environement and > have had no luck in findi