Results 1 to 4 of 4

Thread: How can I search from Access database connected to VB?

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2006
    Posts
    11

    How can I search from Access database connected to VB?

    I don't know how I can do it, because I have no idea how searching works in databases. Does it first search and then display results in ascending order or do I have to rewrite SELECT... FROM... query and add WHERE place? Can you help me?

  2. #2
    Just Married shakti5385's Avatar
    Join Date
    Mar 2006
    Location
    Udaipur,Rajasthan(INDIA)
    Posts
    3,747

    Thumbs up Re: How can I search from Access database connected to VB?

    SELECT... FROM... query and add WHERE place? is the best solution for the searching , After it you can select the result. And In this way you can use the multiple table in the query also.

  3. #3

    Thread Starter
    New Member
    Join Date
    Dec 2006
    Posts
    11

    Re: How can I search from Access database connected to VB?

    Could you please tell how to do that? I cannot find that! Should I updata that query?

  4. #4
    Just Married shakti5385's Avatar
    Join Date
    Mar 2006
    Location
    Udaipur,Rajasthan(INDIA)
    Posts
    3,747

    Thumbs up Re: How can I search from Access database connected to VB?

    Use the query and get all the record in the datatable from the database, There is not need to update the record useing the SELECT query it will show the data only foollow the given conditiion. Use can use the WHERE Clause in the SELECT query for getting the data.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width