zillow / ctds

Python DB-API 2.0 library for MS SQL Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using cTDS for Sybase?

amachanic opened this issue · comments

Hello,

Bit of a long shot but I'm wondering if anyone has successfully used cTDS for Sybase? I'm able to connect via pymssql, which also uses FreeTDS under the covers, but with cTDS I'm getting an exception, "Adaptive Server connection failed". I know that that exception comes from FreeTDS, but I'm not getting any other output. Any ideas or areas I can check? Would be great to use cTDS for this and not bring another dependency into my project.

Thanks!

Sorry for the delayed response on this one. Have you tried running with the TDSDUMP env variable set to a file (e.g. /dev/stderr). That may give you some more helpful information