Dennis Lee Bieber wrote:
> On Thu, 28 Sep 2006 14:05:16 GMT, John Salerno
> <[EMAIL PROTECTED]> declaimed the following in comp.lang.python:
> 
>> I don't see this. The code works now, though. Maybe it was something 
>> carried over by pasting.
> 
>       Here's a snippet from your original listing:
> 
>>      nameFirst varchar(50) NOT NULL,
>>      nameLast varchar(50) NOT NULL,
>>      nameGiven varchar(255) DEFAULT NULL,
>> );
>> ''')

That's correct, though, isn't it? Those quotes are the closing quotes of 
the argument to executescript()
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to