高手么快来救火!!!!! ( 积分: 10 )

  • 主题发起人 主题发起人 bryantd
  • 开始时间 开始时间
B

bryantd

Unregistered / Unconfirmed
GUEST, unregistred user!
adotable.append; //设置table为新增状态
adotable.fieldbyName('姓名').asstring:='小明'; //给字段赋值
adotable.fieldByName('年龄').asinteger:=10;
adotable.post; //保存
如果我的姓名字段加了索引,为什么就不能执行adotable.post; 了??错误提示是:Index is read only怎么解决啊?
 
adotable.append; //设置table为新增状态
adotable.fieldbyName('姓名').asstring:='小明'; //给字段赋值
adotable.fieldByName('年龄').asinteger:=10;
adotable.post; //保存
如果我的姓名字段加了索引,为什么就不能执行adotable.post; 了??错误提示是:Index is read only怎么解决啊?
 
Index is read only (只读)
 
是啊。我知道是只读,应该怎么解决啊?
我的程序事先向Paradox数据库中导入一批数据,然后想利用索引进行排序,应该怎么办呢????
 
取消只读
写条sql 想怎么排就怎么排

 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
I
回复
0
查看
598
import
I
后退
顶部