python6009
2009-06-26 23:03:08 UTC
Hi,
Can I use the Python sqlanydb driver with ASE 15.0.2 database? I am
able to connect to the the database, but can't find my tables - I am
guessing because they are in a specific "database" (mydb..table_name).
Am I missing an option on my connect string or am I out of luck?
conn = sqlanydb.connect(userid='login', password='pwd', dsn='DBNAME')
Also tried,
conn = sqlanydb.connect(userid='login', password='pwd', dsn='DBNAME',
dbn="mydb") - but didn't work (sqlanydb.OperationalError: Specified
database not found)
I am using sqlanydb with django-sqlany and would really like to be
able to use them on ASE15.
Thanks for any pointers.
Can I use the Python sqlanydb driver with ASE 15.0.2 database? I am
able to connect to the the database, but can't find my tables - I am
guessing because they are in a specific "database" (mydb..table_name).
Am I missing an option on my connect string or am I out of luck?
conn = sqlanydb.connect(userid='login', password='pwd', dsn='DBNAME')
Also tried,
conn = sqlanydb.connect(userid='login', password='pwd', dsn='DBNAME',
dbn="mydb") - but didn't work (sqlanydb.OperationalError: Specified
database not found)
I am using sqlanydb with django-sqlany and would really like to be
able to use them on ASE15.
Thanks for any pointers.