English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

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

1 answers

What happens when you execute the query? Do you get an error, or what?

Edit:

Within that SQL query you should not need to have a semicolon. What is the c# code in which you are calling that query, and what is the error?

2007-03-12 08:27:34 · answer #1 · answered by Rex M 6 · 0 0

fedest.com, questions and answers