I am creating a application which is having database as MSACCESS. one of the column name in the database is "Date", when i try to read the column using C# CODE its says "No value given for one or more required parameter"
SELECT [DATE] FROM TABLE1
Is there any way we read the reserved keyword columns in c# coding.
please help
SELECT [DATE] FROM TABLE1is a valid query. If you want us to help you then you'll need to edit your question and tell us what you are actually doing.