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 -- http://mail.python.org/mailman/listinfo/python-list