Using the CE Database System

  • Thread starter Thread starter Greg Greenaae
  • Start date Start date
G

Greg Greenaae

Anyone know how to use the CE Database System from .NET?
I want to call CeOpenDatabase and CeWriteRecordProps and
such from .NET. I have an app that uses this and would
like to port it to the .NET Compact Framework, and not
have to install SQL CE Server.
 
Hi,

you can use the PInvoke feature to use those APIs in .NET Compact Framework
applications.

Girish.
 

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