cmd.ExecuteNonQuery() crash

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?
 
B

Boas Enkler

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 ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top