Subject | Re: [Firebird-Java] Re: New JDBC driver keep throwing Dynamic SQL Error exception |
---|---|
Author | Kenneth Foo |
Post date | 2002-03-20T10:09:03Z |
Hi
Thank, but that didn't help.
I'm still getting the same error over here!
Regards
Kenneth
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/
>
>
>