Help don't know what problem is Newbie

len lsumnler at gmail.com
Thu Aug 24 06:38:05 EDT 2006


Sorry for the stupid question.  I was fixated on the SQL.

Thanks
Len Sumnler

Peter Otten wrote:
> 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