ado find problem
- From: "Michael" <laputa.yip@xxxxxxxxx>
- Date: Mon, 10 Oct 2005 09:26:08 +0800
Hi all :
in vb6 while I use ado object .
I can use find method that allow me
do realtime search. e,g,
given table with one column "aField" as
aField
----------
abc
abd
acd
aed
afd
I define recordset rAdo
rAdo.find "aField >'" & sStr & "'"
while i type "ac" , the datagrid will locate the row in 3rd (is not filter)
However , in vb.net / ado.net. I have not any method to do this.
Can any one tell me how to do it ?
Thx
Michael
.
- Prev by Date: Data finding
- Next by Date: ADOX 2.8 doesn't seem to support setting nullable fields in access
- Previous by thread: Data finding
- Next by thread: ADOX 2.8 doesn't seem to support setting nullable fields in access
- Index(es):
Relevant Pages
|
|