How can i use pocket access as database for my project

  • Thread starter Thread starter micrisoft
  • Start date Start date
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
 
Back
Top