generating SQL - problem

Lee lee.reilly at ntlworld.com
Thu Aug 9 15:07:19 EDT 2001


Hi,

The reason I'm generating so many single inserts is because I do no not know
just how big an SQL statement I can execute. I'm using a Gadfly database
*shudder* with Zope, where the SQL interface is an HTML textfield! I know the
pitfalls of the Gadfly database, and I don't know just how it will perform with
such a large content, but I'm giving it a shot. I plan to just create the insert
statements, save them in a text file, and copy and paste (and execute) to my
hearts content :)

Yup, I figured just to hold each insert statement in a list.

Thanks for all your help - appreciated ;-)

Lee




More information about the Python-list mailing list