Le die Fri, 02 Dec 2005 11:34:45 +0000, Steve Holden ha scribite:
> Note that if you are using execfile()then the best structure for your 
> scripts would be something like:
> 
> conn = db.open(....)
> try:
>      #do CGI stuff
> finally:
>      conn.close()

That was of great help! Thanks!


-- 
Saluti,
    Mardy
http://interlingua.altervista.org

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to