I have an Access database with a memo field. I am using a strongtype dataset and the associated generated tableadapters. I allow the wizard to create the insert, delete, and update commands. I look at the update command and the command parameters and everything looks correct AFAIK. When I try to do an update I get a "datatype mismatch" error. So after some trial and error I removed the memo field from the update command and it works fine. I am not actually doing any updating in the memo field, but I know the update command will update every field regardless. Is there some trick here?