Weird FileMaker JDBC Error
Wednesday, February 1st, 2012I was querying a table from FileMaker using DB Visualizer via JDBC/ODBC and I kept seeing error messages like this one:
Error getting value for: 19037/4: com.filemaker.jdbc.FMSQLException: [FileMaker][FileMaker JDBC] For input string: "?": ?
I couldn’t figure out a good way to prevent it, so I looked at the row in the results it was mentioning e.g., 19037, then looked up the corresponding record in FileMaker, and noticed it had “?” instead of numbers in a number field. So I replaced the “?” with 0 and now it seems to work.