Re: database handling

2009-11-07 Thread Bruno Desthuilliers
asit a écrit : > I need some tutorial about python-mysql connectivity(database > handling). > > Somebody please help me !! You didn't search very far, did you ? http://wiki.python.org/moin/DatabaseProgramming/ -- http://mail.python.org/mailman/listinfo/python-list

Re: database handling

2009-11-07 Thread Nick Touran
The mysqldb module works well for me. It's available on sourceforge. Find some examples in the documentation here: http://mysql-python.sourceforge.net/MySQLdb.html#some-mysql-examples -Nick On Sat, Nov 7, 2009 at 11:24 AM, asit wrote: > I need some tutorial about python-mysql connectivity(data