[Gambas-user] gambas 0.73

Rob sourceforge-raindog2 at ...94...
Sun Dec 7 19:32:16 CET 2003


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





More information about the User mailing list