[Gambas-user] gambas 0.73

Benoit Minisini gambas at ...1...
Mon Dec 8 16:49:12 CET 2003


On Monday 08 December 2003 08:00, Olivier Coquet wrote:
> Le Dimanche 7 Décembre 2003 19:32, Rob a écrit :
> > 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
>
> No lol it's just a creator Mysqlcc copy !!!!!
>
> Regards
> Olivier
>

If you use DB.Exec, the SQL command is directly sent to the backend, so don't 
complain. Maybe the backend does not accept databases names with spaces.

Regards,

-- 
Benoit Minisini
mailto:gambas at ...1...





More information about the User mailing list