On Sunday 07 December 2003 10:16, Olivier Coquet wrote:
> Another little bug, or problemme with sql exec
> DB.exec("CREATE TABLE `table de test` ( `test` varchar(100)
> )")
Are you really using backticks "`" to quote your table name?
Because that shouldn't ever work. You should be using single
quotes "'".
Rob