Hello
I am totaly new on the c# and access area....
i have a access 2000 format database with 6 culums where informations of articles and books are saved and need to write a database connection with c#.
I basicly just want to search the database with different keywords, like author, name, category) and display the results.
What would u say is the easiest way to do that in c#!
Some tips and how to get started would be great!
Thank you for the comments!!!!
cheers, miky
Loading
Mahesh ChandPosted May 8, 2008, 11:29 AM
From MS KB:
===================
SUMMARY
MORE INFORMATION
Method to Create Parameter Query Using the LIKE Operator
The first LIKE statement finds all the last names that begin with the letter that you type into the parameter prompt. For example, to find records where the last name starts with a "L", type L and begin the search.
The second LIKE statement finds all the last names that have the letter that you type into the parameter prompt anywhere in the field. For example, to find records where the last name has a "L" anywhere in the field, type L and begin the search.