ado find problem



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


.



Relevant Pages

  • ado find
    ... in vb6 while I use ado object. ... do realtime search. ... given table with one column "aField" as ...
    (microsoft.public.vb.database.ado)
  • in detail ado find problem
    ... in vb6 while I use ado object. ... do realtime search. ... given table with one column "aField" as ...
    (microsoft.public.dotnet.framework.adonet)