Access to MS SQL from Linux?
JK
john.kos at gmail.com
Thu Sep 23 16:15:57 EDT 2004
More information about the Python-list mailing list
Thu Sep 23 16:15:57 EDT 2004
- Previous message (by thread): Access to MS SQL from Linux?
- Next message (by thread): Access to MS SQL from Linux?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Try http://www.easysoft.com/products/2002/mxodbc.phtml as a guide. JK "Joe Wong" <joewong at mango.cc> wrote in message news:<mailman.3765.1095929901.5135.python-list at python.org>... > Hi Tim, > > Thanks for the pointer, I just tried freetds with sybase python, I can use > tsql to connect to MS SQL but the python library failed > : > > Sybase.DatabaseError: Msg 2, Level 5701, Line 1851877443 > > I am using MSSQL 2000 server, is this a problem? > > Thanks! > > - Joe > > ----- Original Message ----- > From: "Tim Golden" <tim.golden at viacom-outdoor.co.uk> > To: "'Joe Wong'" <joewong at mango.cc>; <python-list at python.org> > Sent: Thursday, September 23, 2004 4:23 PM > Subject: RE: Access to MS SQL from Linux? > > > > [Joe Wong] > > > > > Hi, > > > > Is there any Python library for accessing MS SQL server > > > from a Linux machine? Either open source or commerical one will do for > me. > > > > (Assuming you have FreeTDS installed: http://www.freetds.org/): > > > > http://www.object-craft.com.au/projects/mssql/ > > > > or > > > > http://www.object-craft.com.au/projects/sybase/ > > > > will both do the trick. > > > > Or if you have ODBC: > > > > mxODBC: http://www.egenix.com/files/python/mxODBC.html > > > > TJG > > > > ________________________________________________________________________ > > This e-mail has been scanned for all viruses by Star. The > > service is powered by MessageLabs. For more information on a proactive > > anti-virus service working around the clock, around the globe, visit: > > http://www.star.net.uk > > ________________________________________________________________________ > > > > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.768 / Virus Database: 515 - Release Date: 2004/9/22
- Previous message (by thread): Access to MS SQL from Linux?
- Next message (by thread): Access to MS SQL from Linux?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list