delphi5中的TAdotable控件的seek方法怎么用(50分)

  • 主题发起人 主题发起人 GuangQingYang
  • 开始时间 开始时间
G

GuangQingYang

Unregistered / Unconfirmed
GUEST, unregistred user!
我的TAdotable的Connectstring是自己build 生成的,而且test通过。
我指定它的第一个字段f1为主索引。
然后在一个按钮的click方法中写下:adotable1.Seek(spinedit1.value);
执行后,有如下出错信息:
The operation requested by the application is not supported by
the provider.

这是怎么一回事?如何才能解决?
 
没有看TAdotable.seek的帮助吗:
Note: The VCL Seek method is a direct implementation of the Seek method for
the ADO Recordset object. At the time of this writing, this method is only
supported for use with Microsoft Access2000 and the Jet 4 provider.
只能用在Access2000 和Jet 4 provider上。
建议你用locate和fing。
 
我也遇到此问题.
好象没有TAdotable.seek的help. 只有TCustomADODataSet.Seek的help.
而TCustomADODataSet.Seek的help并没有
(Note: The VCL Seek method is a direct implementation of the Seek method for
the ADO Recordset object. At the time of this writing, this method is only
supported for use with Microsoft Access2000 and the Jet 4 provider.)

what's "fing"?
Thank!!
 
what's "fing"?
Thank!!
 
find not fing
 
没有seek命令
 
TAdotable 有Find 方法吗?
 
GuangQingYang:如果你还要继续讨论请定期提前你的帖子,如果不想继续讨论请结束帖子。
请认真阅读大富翁论坛规则说明 http://www.delphibbs.com/delphibbs/rules.htm
 
接受答案了.
 

Similar threads

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