[SQL] create a database on the fly

2009-07-16 Thread sebastien requiem
Hi guys, my problem may be python only related but I dare posting here anyway. I try to create databases on the fly according to some user input. After searching on the net, I realized that I can't use the following statement as %s will be replaced by '%s'. And "CREATE DATABASE" statement forbid

Re: [SQL] create a database on the fly

2009-07-16 Thread sebastien requiem
On Thu, Jul 16, 2009 at 4:04 PM, sebastien requiem wrote: > Hi guys, > > > my problem may be python only related but I dare posting here anyway. > > I try to create databases on the fly according to some user input. > After searching on the net, I realized that I can't use the following > statemen