database handling

View: New views
3 Messages — Rating Filter:   Alert me  

database handling

by asit dhal :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I need some tutorial about python-mysql connectivity(database
handling).

Somebody please help me !!
--
http://mail.python.org/mailman/listinfo/python-list

Re: database handling

by partofthething :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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 <lipun4u@...> wrote:
I need some tutorial about python-mysql connectivity(database
handling).

Somebody please help me !!
--
http://mail.python.org/mailman/listinfo/python-list


--
http://mail.python.org/mailman/listinfo/python-list

Re: database handling

by Bruno Desthuilliers :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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