Hibernate Dialect error against Firebird 2.1.2 DB via ODBC
Dev environment: CF9, CF Builder 1
I have successfully installed CF9 and, following along in the excellent training videos, I was able to connect my first CFBuilder project (in design mode) to Firebird using an ODBC connection. The "validation query" works ok from the Administrator. The data source appears in the RDS View right alongside the cfartgallery, cfbookclub etc., and I'm able to work with it, see the fields, drag & drop etc.
....however...
When I try to run the completed page that is supposed to pull back data into my browser view... I get the error message:
org.hibernate.HibernateException: Hibernate Dialect must be explicitly set for database: Firebird
-What file/setting do I have to edit to tell Hibernate the dialect setting that it's looking for? (The Dialect 3 was already established in the ODBC connection definition)
-Why is hibernate intefering during run time, when CF9, and CFB1 were able to connect and extract all table and field attributes for the RDS view?
Thanks in advance.
