Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ODBCConnection not working with Filemaker Pro #6

Open
matt-do-it opened this issue Jun 26, 2018 · 0 comments
Open

ODBCConnection not working with Filemaker Pro #6

matt-do-it opened this issue Jun 26, 2018 · 0 comments

Comments

@matt-do-it
Copy link

It is not possible to create a connection to Filemaker Pro. This is because of the transaction isolation set to a value Filemaker Pro (14) does not support.

Please see ODBConnection.m, from line 450. Why is transaction isolation set there?

After commenting out lines 450-461, the connection to a filemaker database works as expected.

Suggested fix: Remove lines 450-461.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant