On Thu, Jun 24, 2010 at 1:56 AM, John Nagle <na...@animats.com> wrote:

> On 6/23/2010 10:59 PM, Dennis Lee Bieber wrote:
>
>> On Wed, 23 Jun 2010 11:58:24 -0430, Victor Subervi
>> <victorsube...@gmail.com>  declaimed the following in
>> gmane.comp.python.general:
>>
>>
>>  When I have this code:
>>>
>> ....
>
>
>>        And yes -- it IS an error... You are AGAIN trying to use parameters
>> for SCHEMA entities, not data.
>>
>
>    Yes.  Please post your CREATE statements, so we can see your
> database schema.  If you really have one table per client, you're
> doing it wrong.
>

cursor.execute('create table if not exists clients ('client varchar(100),
clientAppelation varchar(10), clientFirst varchar(20), clientLast
varchar(40), clientEmail varchar(60), pw varchar(10)')

TIA,
beno
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to