52 FileMaker ODBC and JDBC Guide
SequeLink Server error messages
An error reported by the SequeLink Server has the following format:
[DataDirect] [ODBC SequeLink driver] [SequeLink Server] message
For example:
[DataDirect] [ODBC SequeLink driver] [SequeLink Server] Only SELECT statements are allowed in this read-only
connection.
Data source error messages
An error that occurs in the data source includes the data source name, in the following format:
[DataDirect] [ODBC SequeLink driver] [data_source] message
For example, you might get the following message from your FileMaker data source:
[DataDirect] [ODBC SequeLink driver] [FileMaker] Invalid Username/Password
If you get this type of error, you did something incorrectly with the database system. Check your FileMaker
documentation for more information or consult your database administrator.
Consecutive messages for errors in different columns can sometimes display an incorrect column name.
JDBC error messages
The SequeLink for JDBC driver reports errors to the calling application by returning SQLExceptions. Error
messages can come from:
1 JDBC driver errors
1 SequeLink Server errors
1 the data source or database management system
JDBC driver error messages
An error reported by the JDBC driver has the following format:
[DataDirect] [SequeLink JDBC Driver] message
For example:
[DataDirect] [SequeLink JDBC Driver] Timeout expired
If you get this type of error, check the last JDBC call your application made for possible problems or contact
your JDBC application vendor.
SequeLink Server error messages
An error reported by SequeLink Server has the following format:
[DataDirect] [SequeLink JDBC Driver] [SequeLink] message
If no SequeLink Server errors exist, you see:
[DataDirect] [JDBC SequeLink driver] [SequeLink]