Subject | Re: [Firebird-Java] Re: New JDBC driver keep throwing Dynamic SQL Error exception |
---|---|
Author | David Jencks |
Post date | 2002-03-20T13:33:52Z |
What happens if you run the tests? On my machine they all pass. (this
generates a little website with the results)
./build.sh clean tests-report-html
david jencks
generates a little website with the results)
./build.sh clean tests-report-html
david jencks
On 2002.03.20 05:09:03 -0500 Kenneth Foo wrote:
> Hi
>
> Thank, but that didn't help.
> I'm still getting the same error over here!
>
> Regards
> Kenneth
>
> ----- Original Message -----
> From: "llafranc78" <luca.lafranchi@...>
> To: <Firebird-Java@yahoogroups.com>
> Sent: Wednesday, March 20, 2002 6:00 PM
> Subject: [Firebird-Java] Re: New JDBC driver keep throwing Dynamic SQL
> Error
> exception
>
>
> > Hi!!
> >
> > You have to remove the semicolon at the end of your select string:
> >
> > ResultSet rs = statement.executeQuery("SELECT * FROM
> > MESSAGES;");
> >
> > must become
> >
> > ResultSet rs = statement.executeQuery("SELECT * FROM
> > MESSAGES");
> >
> >
> > When using jdbc you must not add the semicolon at the end of any sql
> > statements!
> >
> > Ciao
> > Luca
> >
> >
> >
> > To unsubscribe from this group, send an email to:
> > Firebird-Java-unsubscribe@yahoogroups.com
> >
> >
> >
> > Your use of Yahoo! Groups is subject to
> http://docs.yahoo.com/info/terms/
> >
> >
> >
>
>
>
> To unsubscribe from this group, send an email to:
> Firebird-Java-unsubscribe@yahoogroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
>
>