search a record in a database using Ado data control.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • elrnpsm
    New Member
    • May 2012
    • 1

    search a record in a database using Ado data control.

    i have a database and i am trying to search a record saved in that data base using Ado data control and i want to know the codes i can use.

    Thanks for your help.
  • Killer42
    Recognized Expert Expert
    • Oct 2006
    • 8429

    #2
    Microsoft provide information on how to use the ADO Data control here.

    The ADO Data Control includes a Recordset object. I expect that one way of searching would via the Find method of this object. See this link for information on using the ADO Recordset object.

    Oh, and the expression is searching for a record. The database is what you're searching; the record is what you're searching for.

    Comment

    Working...