现在已知的SQL语句为
   create table div ( divcd c(4)  null, divde c(40)  null, creusr c(8)  null, cretime c(14)  null, chgusr c(8)  null, chgtime c(14)  null, delusr c(8)  null, deltime c(14)  not null)
   我现在不想通过bde来创建数据库,我想问一下有没有什么其他的方法来创建?