On Thu, 2006-09-07 at 02:42 +0000, 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 background for the MySQLdb module.  This should get you
started.  The next reference provides more background, but may not be
needed.

http://www.python.org/dev/peps/pep-0249/
This describes how the Python DB modules behave.

Hopefully, that gets you started.  We can help with more specific
questions as they arise.
> 
> 
> 
> 
> 
> _______________________________________________
> Tutor maillist  -  Tutor@python.org
> http://mail.python.org/mailman/listinfo/tutor
-- 
Lloyd Kvam
Venix Corp

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to