Specifying a Hibernate Dialect
To capitalize on the RapidIdentity Connect database adapter, it may be necessary to specify a dialect to make the connection even if the correct JDBC driver is used.
Dialects can be integrated as a record field value.
sessionDB = openDatabaseConnection("com.filemaker.jdbc.Driver", Global.FilemakerStaffDB, Global.FilemakerDBUser,<Password>, {"hibernate.dialect": "org.hibernate.dialect.ProgressDialect"})