Re: [Tutor] python mysql question

2006-09-07 Thread Andrei
Patricia patriciap.gu at gmail.com writes: I have to store and retrieve text files from a database table and the size of each file is about 500k. Can someone give me an idea on how to do this? You might want to have a look at this: http://sourceforge.net/projects/mysql-python Yours,

Re: [Tutor] python mysql question

2006-09-07 Thread Python
On Thu, 2006-09-07 at 02:42 +, Patricia wrote: Hi, I have to store and retrieve text files from a database table and the size of each file is about 500k. Can someone give me an idea on how to do this? Thanks, Patricia http://dustman.net/andy/python/python-and-mysql Provides some

Re: [Tutor] python mysql question

2006-09-07 Thread Danny Yoo
I have to store and retrieve text files from a database table and the size of each file is about 500k. Can someone give me an idea on how to do this? Thanks, Patricia http://dustman.net/andy/python/python-and-mysql Provides some background for the MySQLdb module. This should get you

[Tutor] python mysql question

2006-09-06 Thread Patricia
Hi, I have to store and retrieve text files from a database table and the size of each file is about 500k. Can someone give me an idea on how to do this? Thanks, Patricia ___ Tutor maillist - Tutor@python.org