>>>>> bapolis  <[EMAIL PROTECTED]> writes:

> con = sqlite.connect(":memory:", detect_types=sqlite.PARSE_COLNAMES)
                       ^^^^^^^^^^
       
Did you really intend this? Since you're opening a database in memory, you
will have access to tbl1 only if you create the table after the connect.

Ganesan

-- 
Ganesan Rajagopal (rganesan at debian.org) | GPG Key: 1024D/5D8C12EA
Web: http://employees.org/~rganesan        | http://rganesan.blogspot.com


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to