i m developing an C# application using Sql CE
i get this error in multi threading
(The data was truncated while converting from one data type to another. [ Name of function(if known) = ])
when i use to update the table for a single statemnt there is no error but if i use multiple threads for table update i get this eror
Plz help me