I am using a very old version of SQL Anywhere (v9) and i am trying to connect to a database on it using iPython.
So i am using the format
fromsqlalchemyimportcreate_engine
engine = create_engine (sybase+pysybase://<username>:<password>@<dsn>/[database name])
However i am not getting very far. The username and password are correct. Is this the right way to go?
Thanks in advance for any help.