Re: JDBC syntax error at end of input - Mailing list pgsql-jdbc

From Kevin Grittner
Subject Re: JDBC syntax error at end of input
Date
Msg-id 4FC892FC0200002500047F4E@gw.wicourts.gov
Whole thread Raw
In response to JDBC syntax error at end of input  (Hans Vasquez-Gross <havasquezgross@ucdavis.edu>)
List pgsql-jdbc
Hans Vasquez-Gross  wrote:

> resultSet = stmt.executeQuery(selectTableSQL);

Shouldn't that be?:

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

-Kevin


pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: JDBC website help !
Next
From: Andreas Joseph Krogh
Date:
Subject: Re: JDBC website help !