sybase

Sybase IQ connection in Python

Sybase IQ connection in Python Question: I’ve spent a few days trying to determine how to connect to a Sybase IQ database through Python 3.6. I’ve tried pyodbc and pymssql, to no avail. Below are two code snippets that I’ve been working on, which don’t seem to work, no matter what I try. pyodbc: conn …

Total answers: 4

Connect to a Sybase database in Python without a DSN?

Connect to a Sybase database in Python without a DSN? Question: I’m trying to connect to a Sybase database in Python (using the python-sybase DBAPI and sqlalchemy module), and I’m currently receiving the following error: ct_connect(): directory service layer: internal directory control layer error: There was an error encountered while binding to the directory service …

Total answers: 1