From: Andrew L. <and...@gm...> - 2011-02-05 09:43:46
|
Michał Sawicz <michal <at> sawicz.net> writes: I've reproduced all your results :) According python dir() function output, ct_cursor doesn't exists for sure :) May be something changed in Sybase client libraries? I've used sa12_client_linux_x86.x64.1200_2483.tar.gz from Sybase home site. With Python-mssql, there is no any way to make it use CT-library. DB-library looks like doesn't works with SQL Anywhere 12 any more. I didn't find a working example at least. Maybe we could debug python-sybase code and find solution, but as for me, it's gonna be too expansive for my small DB converter task. So I decided to use native Sybase module: http://dcx.sybase.com/index.html#1200en/dbprogramming/pg-python.html. Works perfect for me. Don't know why I didn't try it first :\ Hope it would be useful for you too :) Best regards, Andrew Lazarev |