Data finding



Hi all :

in vb6 while I use ado object .

I can use findfirst, findnext , find last that allow me
do realtime search. e,g,

given table as
abc
abd
acd
aed
afd


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 about this.

Can any one tell me how to do it ?

Thx


.



Relevant Pages

  • ado search question
    ... I can use findfirst, findnext, find last that allow me ... do realtime search. ...
    (microsoft.public.dotnet.framework.adonet)
  • ado finding problem
    ... I can use findfirst, findnext, find last that allow me ... do realtime search. ...
    (microsoft.public.vb.database.ado)
  • RE: Recursive use of _findfirst & _findnext - It works now!
    ... > first file then continues with _findnext for subsequent files. ... > make a recursive call to my function, which then calls _findfirst again to ... > a lot of time debugging it I have a sneaky suspicion that _findfirst and ... > recursive level it destroys the ability to resume using _findnext at a ...
    (microsoft.public.vc.language)
  • Re: Recursive use of _findfirst & _findnext
    ... > I need to list all files in all subdirectories. ... > first file then continues with _findnext for subsequent files. ... > make a recursive call to my function, which then calls _findfirst again to ... > recursive level it destroys the ability to resume using _findnext at a ...
    (microsoft.public.vc.language)
  • Re: Recursive use of _findfirst & _findnext
    ... Do you allocate a new instance of your finddata structure with each invocation, ... > first file then continues with _findnext for subsequent files. ... > make a recursive call to my function, which then calls _findfirst again to ...
    (microsoft.public.vc.language)