Sybase modules?

Alain TESIO alain at onesite.org
Fri Aug 4 16:12:57 EDT 2000


On Fri, 04 Aug 2000 16:41:57 +0200, Paul Boddie <paulb at infercor.no>
wrote:

>Randy Heiland wrote:
>> 
>> Recommendations for a Sybase module?
>
>I recommend mxODBC (http://starship.python.net/crew/lemburg/mxODBC.html) along
>with the appropriate drivers (which depend on the Sybase product that you are
>using). See my "mxODBC Configuration Guide" for some details:
>
>  http://www.crosswinds.net/~pboddie/Python/mxODBC.html
>
>Currently, I document the process of getting mxODBC to work with two different
>Sybase product families and with Solid Embedded Engine.
>
>Regards,
>
>Paul

ODBC is an additional layer which you use when you don't have any
other way to access the database (from Visual Basic for example), but
it can't be as efficient as a native driver.

Alain



More information about the Python-list mailing list