判断表中是否存在字段名,这个命令好像还有点问题。请指教。
程序代码:
If Empty(Field('bm')) Messagebox("不存在") ALTER table 理科 ADD bm c(8) Else Messagebox("存在") ALTER table 理科 drop bm EndIf
If Empty(Field('bm')) Messagebox("不存在") ALTER table 理科 ADD bm c(8) Else Messagebox("存在") ALTER table 理科 drop bm EndIf
If Empty(Field('bm')) Messagebox("不存在") ALTER table 理科 ADD bm c(8) Else Messagebox("存在") ALTER table 理科 drop bm ALTER table 理科 ADD bm c(8) EndIf
IF TYPE("语文1") == "U" && 不存在 *根据需要写代码 ELSE &&存在 *根据需要写代码 ENDIF
IF TYPE("bm") == "U" && 存在 ALTER table 文科 drop bm ALTER table 文科 ADD bm c(8) ELSE &&不存在 ALTER table 文科 ADD bm c(8) ENDIF