在vf的执行窗口行,但是在Query里就不行了
开始我用alter table mytable add column xxx integer
提示找不到mytable.db
随后我改成alter table mytable.dbf add column xxx integer
则提示找不到dbf.db
我又改成alter table ''mytable.dbf'' add column xxx integer
这回不会老认成*.db的表了,可是他提示Capibility not Supported
用db数据表可以,现在我决定把dbf先改成db,改完字段再改回去