pysqlite problem
Ganesan Rajagopal
rganesan at myrealbox.com
Wed Mar 1 06:44:05 EST 2006
>>>>> bapolis <bapolis at gmail.com> 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
More information about the Python-list
mailing list