RE: [Tutor] Talking to mssql?

2005-04-11 Thread Ryan Davis
f the binary would work on Linux, though. Thanks, Ryan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of j2 Sent: Friday, April 08, 2005 6:51 PM To: tutor@python.org Subject: RE: [Tutor] Talking to mssql? >I had the same question. The best I found

[Tutor] Talking to mssql?

2005-04-09 Thread Lloyd Kvam
I replied earlier from a digest entry (which starts a new thread) so you might have missed that reply. I included a URL for the mssql package which included the compile instructions for using freetds. Here is the link. Just follow the instructions and you should be able to compile cleanly. http

RE: [Tutor] Talking to mssql?

2005-04-09 Thread j2
>I had the same question. The best I found is this: >http://www.object-craft.com.au/projects/mssql/ >but that has a lot of strong language saying "this isn't ready for use". > >I found it perfectly usable for simply running queries, but haven't tried >to do anything more complicated with it. Not

RE: [Tutor] Talking to mssql?

2005-04-08 Thread Danny Yoo
On Sat, 9 Apr 2005, j2 wrote: > Well, doesn't fly for me, because I can't install it. Can you offer any > help on the below? Hi J2, This is a slightly specialized question for tutor; you might be able to get some better help by asking on the db-sig mailing list: http://mail.python.org/mail

RE: [Tutor] Talking to mssql?

2005-04-08 Thread j2
>I had the same question. The best I found is this: >http://www.object-craft.com.au/projects/mssql/ >but that has a lot of strong language saying "this isn't ready for use". > >I found it perfectly usable for simply running queries, but haven't tried >to do anything more complicated with it. Not

[Tutor] Talking to mssql

2005-04-08 Thread Lloyd Kvam
The freetds project talks to Sybase and mssql http://www.freetds.org/ http://mail.python.org/pipermail/db-sig/2005-April/004403.html A new sybase module has been released. Note the instructions for installing with freetds. -- Lloyd Kvam Venix Corp _

RE: [Tutor] Talking to mssql?

2005-04-07 Thread Ryan Davis
icated with it. Not sure how well it works on Linux, but he has binaries that worked for me. Thanks, Ryan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of j2 Sent: Thursday, April 07, 2005 4:42 PM To: tutor@python.org Subject: [Tutor] Talking to mssql? I nee

[Tutor] Talking to mssql?

2005-04-07 Thread j2
I need to talk to a MSSQL server from a python script on a Linux box... I can't seem to find anything useful. I found http://adodbapi.sourceforge.net/ but that seem to be made for Python Scripts on Windows? ___ Tutor maillist - Tutor@python.org http:/