Subject Re: [Firebird-Java] Re: New JDBC driver keep throwing Dynamic SQL Error exception
Author Kenneth Foo
Found out the problem. I was using a form of URL that worked in previous
releases, but not in the new release.
(I previously omitted the port number)

Anyway, I ran the test, and found 1 failure with
TestPoolingConnectionManager.
Attached is the html report.

Regards
Kenneth


----- Original Message -----
From: "David Jencks" <davidjencks@directvinternet.com>
To: <Firebird-Java@yahoogroups.com>
Sent: Wednesday, March 20, 2002 9:33 PM
Subject: Re: [Firebird-Java] Re: New JDBC driver keep throwing Dynamic SQL
Error exception


> 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
>
> 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@rohag.ch>
> > 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/
> >
> >
> >
> >
> >
>
>
> 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/
>
>
>