|
-
Dec 11th, 2006, 03:27 AM
#1
Thread Starter
New Member
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?
-
Dec 11th, 2006, 04:55 AM
#2
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.
-
Dec 11th, 2006, 05:26 AM
#3
Thread Starter
New Member
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?
-
Dec 11th, 2006, 05:38 AM
#4
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|