"Frank J.S. Chen" wrote: > > Hi, > > Is that possible to put a Python object into a relational database? Sure, you only have to pass it through the Python pickle module and then store it in a varchar() or blob. -- Marc-Andre Lemburg ______________________________________________________________________ Company: http://www.egenix.com/ Consulting: http://www.lemburg.com/ Python Pages: http://www.lemburg.com/python/