T
tsucol
Unregistered / Unconfirmed
GUEST, unregistred user!
我有个数据库,索引字段依次有'no''number''time',我想用findkey函数查关于time字段的
=2的记录,是这样用的:
indexfieldnames:='time';
if findkey([2]) then //
好象不行啊,它提示没有建立time的索引,同样,对number也不行,但对no字段可以,
是不是只能对第一索引查找?
=2的记录,是这样用的:
indexfieldnames:='time';
if findkey([2]) then //
好象不行啊,它提示没有建立time的索引,同样,对number也不行,但对no字段可以,
是不是只能对第一索引查找?