len wrote:
> Have the following code:
Short variable names increase the likelihood of name clashes:
> c = db.cursor()
> c = ''
> c = csz[0]
> c = csz[0] + ' ' + csz[1]
> c.execute("insert into Producer \
> (Producer_Sid, Producerno, Company, Street, Suitepo, City,
> State, Zip, \
> Phone, Taxid, Fax) \
> values (" + orec + ")")
Peter
--
http://mail.python.org/mailman/listinfo/python-list
