SUGGESTION to find in recordset

Discussion in 'Visual Basic ( VB )' started by LUCA90, Apr 8, 2010.

  1. LUCA90

    LUCA90 New Member

    Joined:
    Mar 3, 2009
    Messages:
    7
    Likes Received:
    0
    Trophy Points:
    0
    I need suggestion to find value in recorset....

    wath is the best:

    - seek

    - .find

    - SQL1 = "SELECT filed FROM table WHERE filed='" & abc & "'"
    Set RS3 = CN1.Execute(SQL1)
    If Not RS3.EOF Then
    ...
    end if

    note:
    I use tipical ado con abd access database on c:\nnnn.mdb

    tks.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice