Write Data to Windows CE Database from the CF

  • Thread starter Thread starter Andreas Schulz
  • Start date Start date
A

Andreas Schulz

Hi

does somebody know how to write data to a Pocket Access Database from
within the CF? I read about the ADOCE .NET Wrapper plug by InTheHand but
it is not free. So is there a free solution?

Thanks
 
The InTheHand version is as close to free as you get in the dev world,
especially considering it would take several solid days of work for an
experienced developer to write what they offer. For less experienced
developers it could easily be a few weeks effort.

-Chris
 
AFAIK, unfortunately no. This has been answered before, and Peter Foots
ADOCE.NET program were the only cropping up.

But you would be VERY welcome to provide an alternative for it.

/Keld Laursen
 
We will also be offering an ADO.NET provider. A Beta version is available
for download:-
http://www.inthehand.com/forums/viewtopic.php?t=229

Because this does not use the ADOCE control it works on all CE devices on
which the Compact Framework is supported - no CPU specific files required.
It will not offer some of the more complex querying such as Joins but
natively supports read/write to DataSets through the CeDbDataAdapter and
sequential reading with the CeDbDataReader. This beta is a fairly basic
early release so only supports retrieving entire tables.

Peter

--
Peter Foot
Windows Embedded MVP

In The Hand
http://www.inthehand.com
Handheld Interactive Reference Guides
 
Back
Top