[filemaker]
displayName = Filemaker
jdbcDriverClass = com.filemaker.jdbc.Driver
defaultPort = 2399
connectionUrlFormat = jdbc:filemaker://{0}/{2}
validationDisabled = true
The key is to have the validationDisabled = true and the latest and greatest JDBC JAR file
... View more