I am trying to insert data in 21 columns of ms-excel into ms-access with the help of ADO.NET code. When I insert lesser data in ms-access, its working fine. Problem comes when all data needs to be inserted. An insert into statement is used as a query.
I am getting the following error:
System.Data.OleDb.OleDbException: The field is too small to accept the amount of
data you attempted to add. Try inserting or pasting less data.
Plz help!