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.
 
Back
Top