Subject | Re: JDBC driver which implements XADataSource? |
---|---|
Author | Will Sargent |
Post date | 2003-09-12T07:11:31Z |
> org.firebirdsql.jdbc.FBSQLException: GDS Exception 335544569. DynamicOkay, I was using the source code from the head. I've checked out
> SQL Error
> SQL error code = -104
> Token unknown - line 1, char 39
> type
> at
> org.firebirdsql.jdbc.FBPreparedStatement.<init>(FB
> PreparedStatement.java:71)
> at
> org.firebirdsql.jdbc.FBConnection.prepareStatement
> (FBConnection.java:796)
>
> This doesn't make any sense at all, as it seems to be saying that
> Firebird doesn't parse commas. This must be a new standard of SQL-92
> I haven't seen before.
JayBird 1.0.1 version, and will try again tomorrow.
The final root cause exception was this GDS_Util thingy:
org.firebirdsql.jgds.GDS_Impl.readStatusVector(GDS_Impl.java:1756)
at org.firebirdsql.jgds.GDS_Impl.receiveResponse(GDS_Impl.java:1709)
Will.