How to search the Access table using C#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MissFatma
    New Member
    • Feb 2008
    • 3

    How to search the Access table using C#

    hi

    i have question

    i've wrote program using visual stido 2005 C# i have to search a datatable on Access i can connect to it but i have to search using the e-mail address i don't know how? all what i can search using the Row number which is much easier than have long number..

    any one can help me by the code?
  • MissFatma
    New Member
    • Feb 2008
    • 3

    #2
    Originally posted by MissFatma
    hi

    i have question

    i've wrote program using visual stido 2005 C# i have to search a datatable on Access i can connect to it but i have to search using the e-mail address i don't know how? all what i can search using the Row number which is much easier than have long number..

    any one can help me by the code?
    No any reply????

    no one can help me???

    Comment

    • r035198x
      MVP
      • Sep 2006
      • 13225

      #3
      Originally posted by MissFatma
      hi

      i have question

      i've wrote program using visual stido 2005 C# i have to search a datatable on Access i can connect to it but i have to search using the e-mail address i don't know how? all what i can search using the Row number which is much easier than have long number..

      any one can help me by the code?
      What is your table structure like?
      How did you serach using the Row number?

      Comment

      • MissFatma
        New Member
        • Feb 2008
        • 3

        #4
        mmmmmm

        i don't want to search using the row number

        i have id no. and the email address

        and i want to search using the email address

        could u help me plz

        Comment

        • r035198x
          MVP
          • Sep 2006
          • 13225

          #5
          Originally posted by MissFatma
          mmmmmm

          i don't want to search using the row number

          i have id no. and the email address

          and i want to search using the email address

          could u help me plz
          You have still not told us how you searched using the row number.
          Searching using email should be very similar.

          Comment

          Working...