Getting the famous Data type mismatch error with the following code. The CallComments is a Memo Data type ins Access 2007, and that is the data element causing the error.
Code:
this.Cursor = Cursors.WaitCursor; OleDbCommand objCmd = new OleDbCommand("", conn); objCmd.CommandText = "INSERT INTO LogTb (CallDate, PtLastName, PtFirstName, PtDOB, PtUniqueNo, PtPrimary, PtSecondary,
Leave a comment: