Re: JDBC syntax error at end of input

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: <m(dot)sakrejda(at)gmail(dot)com>,<havasquezgross(at)ucdavis(dot)edu>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: JDBC syntax error at end of input
Date: 2012-06-01 15:01:32
Message-ID: 4FC892FC0200002500047F4E@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hans Vasquez-Gross wrote:

> resultSet = stmt.executeQuery(selectTableSQL);

Shouldn't that be?:

resultSet = stmt.executeQuery(sb.toString());

-Kevin

Browse pgsql-jdbc by date

  From Date Subject
Next Message Andreas Joseph Krogh 2012-06-01 20:22:47 Re: JDBC website help !
Previous Message Dave Cramer 2012-06-01 10:51:28 Re: JDBC website help !