Hi
I am interested in using your driver to integrate to DBF databases created by the Aloha restaurant point of sale system. Ideally I would like to use Apple's WebObjects development tool. Your driver seems to work pretty well but I have encountered errors in using the EOModeler tool from Apple.
Have you investigated using your driver with this tool?
Here is info on the error I get.
I point the EOModeler tool at a Aloha DBF directory using your driver. It generates model. I use the data browser in the tool to look at some tables. It fetches data correctly from many but from some generates the following error when fetching from some tables:
JDBCAdaptorException: EvaluateExpression failed: :
Next exception:SQL State:2A000 -- error code: 172032 -- msg: Failed to parse: Stopped parse at CHECK
Stack Trace:
JDBCAdaptorException: EvaluateExpression failed: :
Next exception:SQL State:2A000 -- error code: 172032 -- msg: Failed to parse: Stopped parse at CHECK
at JDBCContext._jdbcErrorWithChannel(JDBCContext.java:138)
at JDBCChannel._evaluateExpression(JDBCChannel.java:310)
at JDBCChannel.evaluateExpression(JDBCChannel.java:261)
at JDBCChannel.selectAttributes(JDBCChannel.java:185)
Thanks for any feedback.
|
That's resulted by CHECK column in your index expression because CHECK is a SQL reserved word. Supported now. Please download the latest package.
|