Subject | Re: [Firebird-Java] JBird 1.5, Firebird 2.0Beta2 Metadata issue |
---|---|
Author | Roman Rokytskyy |
Post date | 2006-04-07T20:57:17Z |
> I'm using the above combination and am getting an error with theHmmm... I remember I was fixing something there, most likely
> following line..
>
> rs = con.getMetaData().getColumns(null,null,tableName,"%");
>
> the error is as follows:
>
> org.firebirdsql.jdbc.FBSQLException: GDS Exception. 335544569. Dynamic
> SQL Error
> SQL error code = -104
> Token unknown - line 1, char 291
> CHARACTER_LENGTH
> ...
> Is this a known problem and are there any work arounds?
CHARACTER_LENGTH is reserved word in FB 2.0...
Did you try Jaybird 2.0.x? It should work without problem.
Roman