Subject what about the hibernate and firebird dialect ?
Author Sorin Silaghi
hello,

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 ???