SQLCE RDA problems

  • Thread starter Thread starter jinq
  • Start date Start date
J

jinq

Hi,

I got a very wierd error while I tried to use RDA to
submit a remote sql query using VS.net with C#. I got an
sqlceexception. But after I restarted my program and made
no any changes to the data, the error disappeared. I made
a 'try catch' statement, but cannot catch that exception.
This exception did not always happen. The odds was about
1/10. But it really bothered me a lot. Is there anyone
having similiar experience?

Thanks a lot. my email is: (e-mail address removed)
 
Can you kindly post your sql exception error message? That
way, we can know what exactly happpened more easily. Thank
you.
 
Actually, it didn't say anything meaningful. Just like:
SqlCeException
Application +0xf
Main +0xa

I am using compact framework sp1.
 
Back
Top