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 shou

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

Re: [Tutor] python & mysql question

2006-09-07 Thread Andrei
Patricia 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, Andrei ___