Python and MS SQL (Microsoft SQL server)

M.-A. Lemburg mal at lemburg.com
Tue Jan 18 17:44:56 EST 2000


Dave Cinege wrote:
> 
> "George Thom at s" wrote:
> >
> > Hi Dave,
> > The odbc module that comes as part of the win32 extensions bundled with
> > Python 1.5.2 for the various flavours (!) of Windows should do just fine.
> 
> So you're saying python has to be runnign on NT for this to work?
> 
> > Additional functionality (with some tweaking ... ymmv ;-) can be obtained
> > with marc Lemburg's mxODBC module.
> 
> What about this? we're looking to run on solaris or linux.

Then you should probably try out the Sybase interface together
with the Sybase dev libs. mxODBC will only connect you to
local databases unless you let it talk to the DB through
an ODBC-ODBC bridge.

-- 
Marc-Andre Lemburg
______________________________________________________________________
Business:                                      http://www.lemburg.com/
Python Pages:                           http://www.lemburg.com/python/






More information about the Python-list mailing list