W
wishme
Unregistered / Unconfirmed
GUEST, unregistred user!
下面是我的代码:
Query1.Close;
Query1.SQL.clear;
query1.sql.add('alter table income add primary key(bh)');
Query1.execsql;
执行出错:
capability not supported
为什么?
income表里已有很多数据,但bh字段都是唯一的
Query1.Close;
Query1.SQL.clear;
query1.sql.add('alter table income add primary key(bh)');
Query1.execsql;
执行出错:
capability not supported
为什么?
income表里已有很多数据,但bh字段都是唯一的