arneweise77
Programmer
Hi!
I´m using a simple datagrid that gets data from MS Access. Then the user have the chose to display rows in the datagrid with a certain date. The user types this in a textbox.
My problem is that a then want to make SQL-statement like:
"select * FROM myDataBase WHERE date = 2001-01-01"
I´m using OleDb, but I keep getting an exception:
"No value given for one or more required parameters"
I´m using a simple datagrid that gets data from MS Access. Then the user have the chose to display rows in the datagrid with a certain date. The user types this in a textbox.
My problem is that a then want to make SQL-statement like:
"select * FROM myDataBase WHERE date = 2001-01-01"
I´m using OleDb, but I keep getting an exception:
"No value given for one or more required parameters"