SQL CE 2.0 in CF1.1

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear all,

I want to use the SQL CE 2.0 and CF 1.1 in my CE device but got connection
error. When I execute the SqlCeConnection.Open(), I got the
'MissingMethodException' error. The connection string is as follow

"Data Source =\FlashDisk\test.sdf"

The sdf file was created by isqlw20.exe. Is there missing from the
connectingString? How can I successfully connect to the sdf?

Thanks for any help!

Tedmond
 
Sounds like you might not have SQLCE installed on the device. It's not part
of the CF, so just installing the CF isn't enough.
 
Ensure you installed the correct version for your device OS, although i'd
expect the CAB installer to fail if this was in fact the wrong one.
 

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

Back
Top