|
|
| |

How can I resolve the error 80040e21?
Answer:
Error 80040e21 is an OLE DB error. The error 80040e21 indicates that the
field is too small to accept the amount of data you attempted to add.
For example, the error 80040e21 may be caused by trying to insert 12
characters into a SQL Server field that is formatted to accept only
10 characters. In this case, you should insert less data.
|
|
|