I have an issue with authenticating an SQLAnywhere connection set up as ODBC. For version 17 it is no problem, but with version 12 it looks like it does not authenticate. Using the 17 driver this works.
But using the version 12 driver set up the same way it does not look like it runs the command
I would like this to work without upgrading to 17 driver on the server with the issue.
I got this to work by putting the InitString in the connectonString. Where I set the DSN. Hopefully this is helpful if someone has the same issue.