Great Link. Thanks for the reference! -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Rock Sent: Tuesday, January 11, 2005 19:03 To: [email protected] Subject: Re: [Tutor] Python with MySQL ?
* Danny Yoo <[EMAIL PROTECTED]> [2005-01-11 10:55]: > > On Tue, 11 Jan 2005, Mark Kels wrote: > > > How can I send SQL querys to a MySQL database with a python-CGI program ? > > Hi Mark, > > You'll want to grab a "Python DB API" module for MySQL. The best one I've You might want to check out sqlobject, too http://sqlobject.org/ It gives you a relatively simple way to "objectify" SQL statements. -- David Rock [EMAIL PROTECTED] _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
