tags:

views:

21

answers:

1

Hello everyone, I am trying to retrieve data in a sybase data base from python and I was wondering which would be the best way to do it. I found this module but may be you have some other suggestions: http://python-sybase.sourceforge.net/ Thanks

A: 

you can also connect through ODBC.

ghostdog74
thanks for your answer! is it faster? i need something fast and some connections are known to have different speeds..
I suggest you try them out and see for yourself. anyway, "faster" or not depends on alot of things. your sql queries, your network settings etc...
ghostdog74
ok thanks I am going to try then!