I am trying to connect to SQLAnywhere using the SQLAlchemy-SQLAny dialect for python. Here is my connection string format:
Here I want to connect to SQLAnywhere using a service named "MyServer" setup in my computer. But I get the following error:
Though I am able to connect using the raw sqlanydb python api as:
I just want to use the same with SQLAlchemy. Any help would be much appreciated! |
I figured this out. The following worked:
|