[DB-SIG] create database in Python Database API 2.0

Dennis Sacks dennis@lercnetworks.com
Tue, 12 Feb 2002 11:34:52 -0700 (MST)


Hi,

I want to execute something like "create database" from python, yet I 
cannot do it with a cursor.execute. What is the mechanism for executing 
nontransaction oriented commands like that?

Dennis