What's wrong with these parameters?
问题 I have an Access file with 7 fields: DocID - text - primary SourceID - text ReceivedDay - Date/Time Summary - text DueDay - Date/Time Person - text Status - Yes/No Now I want to update this file with the following code: const string ConnectionString = \"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\\\\DocMan.mdb;Persist Security Info=True\"; const string InsertQuery = \"INSERT Into Docs(DocID,ReceivedDay,Summary,Person,DueDay,Status,SourceID) Values(@DocID,@ReceivedDay,@Summary