In C# how to I query from an access database using a Windows Application?

Mar 12 2007 2:53 PM

ok I have a Windows app thats hooked up to an access database and I want the user to type in a football players name in a textbox, push a button and have it select the players info from the database (first name, last name, number, etc) right now i can see the whole table with all the info filled in on the datagrid when I run the app. I can get everything else to work except the select statement.


Answers (12)