Another little bug, or problemme with sql exec DB.exec("CREATE TABLE `table de test` ( `test` varchar(100) )") give an error ! this is because there is spaces in the table name, this is not complient with rules of sql query which should accept spaces in table names. Regards Olivier