Click here to Skip to main content
15,914,500 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,here is my first question in CodeProject:

i work with access database 2007 ,and i encounter an error:

An unhandled exception of type 'System.Data.OleDb.OleDbException' occurred in System.Data.dll

Additional information: No value given for one or more required parameters.


while my sql command is true!
"select * from Education where id='admin' and password='admin'"


thanks in advance.
Posted
Updated 23-Jun-13 7:10am
v2

1 solution

Well, the error says you didn't supply a value for a parameter. The SQL statement you posted is not the code you ran, so it's pretty much impossible to tell you what you did wrong.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900