Subject Re: [Firebird-Java] what about the hibernate and firebird dialect ?
Author Roman Rokytskyy
> I am using hibernate to acces a firebird server and I get this
> error at each query I run:
>
> 2007-01-25 15:35:14,737 ERROR org.hibernate.util.JDBCExceptionReporter
> - GDS Exception. 335544569. Dynamic SQL Error
> SQL error code = -104
> Token unknown - line 1, column 2086
>
> I saw somewhere that error 104 has something to do with firebirds
> dialect... the server is set to dialect 3 ... do I need to specify
> this in any way to hibernate ???

Please post the SQL query here.

The error code -104 does not bring a lot of information - it is very
generic one, at least there are 14 different situations where it happens.

Roman