Re: Second posting - Howto connect to MsSQL

2005-02-14 Thread Ames Andreas
Hello, John Fabiani wrote: > Are there others using Python to connect MsSQL? At the moment I'd > accept even a windows solution - although, I'm looking for a Linux > solution. You'll need to get one out of each category: 1) ODBC manager: unixOdbc or iOdbc 2) Python ODBC wrapper: mxOdbc (www.e

Re: Second posting - Howto connect to MsSQL

2005-02-13 Thread ech0
You can also use pymssql. I've used it before on a little project. It looks like it works on linux too. http://pymssql.sourceforge.net/ -- http://mail.python.org/mailman/listinfo/python-list

Re: Second posting - Howto connect to MsSQL

2005-02-13 Thread John Fabiani
John Fabiani wrote: > Hi, > Since this is (sort of) my second request it must not be an easy solution. > Are there others using Python to connect MsSQL? At the moment I'd accept > even a windows solution - although, I'm looking for a Linux solution. > > John Thanks all - it looks like it will wo

Re: Second posting - Howto connect to MsSQL

2005-02-13 Thread Martin Bless
On Sun, 13 Feb 2005 17:57:34 GMT, John Fabiani <[EMAIL PROTECTED]> wrote: >Are there others using Python to connect MsSQL? Hi, direct your attention to http://www.object-craft.com.au/projects/mssql/ I once tried it as a little test - it worked. I would love to use it these days - unfortunately

Re: Second posting - Howto connect to MsSQL

2005-02-13 Thread Kent Johnson
John Fabiani wrote: Hi, Since this is (sort of) my second request it must not be an easy solution. Are there others using Python to connect MsSQL? At the moment I'd accept even a windows solution - although, I'm looking for a Linux solution. On Windows, you can use http://sourceforge.net/projects

Re: Second posting - Howto connect to MsSQL

2005-02-13 Thread Diez B. Roggisch
John Fabiani wrote: > Hi, > Since this is (sort of) my second request it must not be an easy solution. > Are there others using Python to connect MsSQL? At the moment I'd accept > even a windows solution - although, I'm looking for a Linux solution. Use unix-odbc and a mssql driver for unxi-odb

Re: Second posting - Howto connect to MsSQL

2005-02-13 Thread Alan Kennedy
[John Fabiani] > Since this is (sort of) my second request it must not be an easy > solution. Are there others using Python to connect MsSQL? [jdonnell] http://sourceforge.net/projects/mysql-python Note that "MsSQL" != "MySQL". -- alan kennedy --

Re: Second posting - Howto connect to MsSQL

2005-02-13 Thread jdonnell
" Since this is (sort of) my second request it must not be an easy solution. Are there others using Python to connect MsSQL? " http://sourceforge.net/projects/mysql-python -- http://mail.python.org/mailman/listinfo/python-list

Second posting - Howto connect to MsSQL

2005-02-13 Thread John Fabiani
Hi, Since this is (sort of) my second request it must not be an easy solution. Are there others using Python to connect MsSQL? At the moment I'd accept even a windows solution - although, I'm looking for a Linux solution. John -- http://mail.python.org/mailman/listinfo/python-list