Subject | Re: JDBC driver which implements XADataSource? |
---|---|
Author | Will Sargent |
Post date | 2003-09-12T06:56:03Z |
--- In Firebird-Java@yahoogroups.com, Will Sargent <will_sargent@y...>
wrote:
Connection-6: Connection.prepareStatement(" INSERT INTO
das_account(account_name,type,description)
VALUES(?,?,?)")
results in
org.firebirdsql.jdbc.FBSQLException: GDS Exception 335544569. Dynamic
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.
Will.
wrote:
> Okay, it works now. Sort of.work
>
> Ironically, I had some trouble getting the checkout of jboss-j2ee to
> in the ant script, but I downloaded the source tarball for that andit
> seemed to work.strange GDS
>
> I've patched the files and they work okay, but I'm getting some
> exceptions with Dynamo when I try to run it, as well as someautocommit
> issues.Here are the errors I'm getting:
Connection-6: Connection.prepareStatement(" INSERT INTO
das_account(account_name,type,description)
VALUES(?,?,?)")
results in
org.firebirdsql.jdbc.FBSQLException: GDS Exception 335544569. Dynamic
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.
Will.