Re: [Tutor] MS SQL Connection

2007-05-21 Thread Martin Walsh
IL PROTECTED] <mailto:[EMAIL PROTECTED]> >> > [mailto: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>] >> On Behalf Of Leon Keylin >> > Sent: Monday, May 21, 2007 3:52 PM >> > To: tutor@python.org <mailto:tutor@python.org> >> > Su

Re: [Tutor] MS SQL Connection

2007-05-21 Thread Kent Johnson
t; On Behalf Of Leon Keylin > > Sent: Monday, May 21, 2007 3:52 PM > > To: tutor@python.org <mailto:tutor@python.org> > > Subject: [Tutor] MS SQL Connection > > > > Been trying to do a very small and simple select via Python. > > First I tried a modul

Re: [Tutor] MS SQL Connection

2007-05-21 Thread johnf
other way? Should I be looking for a different language to do > it in? > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Leon Keylin > > Sent: Monday, May 21, 2007 3:52 PM > > To: tutor@python.org > > Subjec

Re: [Tutor] MS SQL Connection

2007-05-21 Thread Leon Keylin
riginal Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Leon Keylin Sent: Monday, May 21, 2007 3:52 PM To: tutor@python.org Subject: [Tutor] MS SQL Connection Been trying to do a very small and simple select via Python. First I tried a module that looked clean but it couldn&#x

Re: [Tutor] MS SQL Connection

2007-05-21 Thread Mike Hansen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Leon Keylin > Sent: Monday, May 21, 2007 3:52 PM > To: tutor@python.org > Subject: [Tutor] MS SQL Connection > > Been trying to do a very small and simple select via Py

[Tutor] MS SQL Connection

2007-05-21 Thread Leon Keylin
Been trying to do a very small and simple select via Python. First I tried a module that looked clean but it couldn't truncate tables. Then I started sifting through docs at python.org and couldn't find a simple way of communicating with a MS SQL via Python program. Do I have to use ODBC? Any e