James Gardner: Home > Work > Code > PyODBCSQLServer2000Database > 0.1.0 > Manual

PyODBCSQLServer2000Database v0.1.0 documentation

ManualΒΆ

This package is a plugin for the Database package which allows you to use the Database API to work with databases supporting ODBC. Specifically this driver allows (somewhat limited) access to Microsoft SQLServer databases via the somewhat convoluted chain of PyODBC->UnixODBC->TDS.

See the Database documentation for the API. You need to specify the plugin name pyodbcsqlserver2000 in your Database configuration to use this plugin.

James Gardner: Home > Work > Code > PyODBCSQLServer2000Database > 0.1.0 > Manual