cmd.ExecuteNonQuery() crash

  • Thread starter Thread starter qiuwei hu
  • Start date Start date
Q

qiuwei hu

Hi, there;
I got hotfix from MS for SSCE20.dll.
But I still have problem when calling ExecuteNonQuery() of
SqlCeCommand object for severy hundred times continusly. It throw
SqlCeException.
What Can I do?
 
In SQL CE I got a problem when execute insert / Updates many times, they
were solved by closing and reopening the connection every 100th
executing of the command.

Perhaps this helps ?
 
Back
Top