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.
2007-03-12
07:30:19
·
1 answers
·
asked by
Bryan N
2
in
Computers & Internet
➔ Programming & Design
yes, if i write:
Select * from player where number = '7';
its looking for semicolons after player and number.
2007-03-12
08:36:40 ·
update #1