.NET CF 3.5 and Sq lServer Mobile 3.0

  • Thread starter Thread starter Korwin
  • Start date Start date
K

Korwin

Hi All,

Does it possible to connect from .NET CF 3.5 to Sql Server Mobile Edition
3.0?

Korwin
 
That's why SQL Server Mobile Edition is around. You should include
System.Data.SqlServerCe namespace. Differing from full .Net Framework, it
requires a path to SDF file (on device), instead of "server\instance,port"
notation in connection string.
 
I solved my problem already. The problem was that I upgraded solution from
VS2005 and upgrading process changed reference System.Data.SqlServerCe to
version 3.5. I didn't read the warning. After few more upgrades I finally
read the information :).

Korwin
 

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