Write Data to Windows CE Database from the CF

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
 
C

Chris Tacke, eMVP

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
 
K

Keld Laursen

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
 
P

Peter Foot [MVP]

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
 

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

Top