Help don't know what problem is Newbie

Peter Otten __peter__ at web.de
Wed Aug 23 16:20:49 EDT 2006


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




More information about the Python-list mailing list