How i create pocket access base (cdb file) on C#?

  • Thread starter Thread starter Girish NS
  • Start date Start date
G

Girish NS

Hi,

ADO.NET does not support access of Pocket Access database. But u have a
third party component called ADOCE.NET which is a combination of .net
classes and unmanaged dlls which wraps around ADOCE object model. Not sure
whether ADOCE.NET is free.


The following article discusses using ADOCE.NET to access pocket access
database from .net compact framework
http://www.devbuzz.com/content/zinc_dotnet_pocket_access_pg1.asp

Hope this helps...

Girish.
 
Igor,
Girish is correct about using inthe hand to use Pocket Access Databases.
There is a free unsupported version out there as well. But if you value
your time spend the money and get InTheHand ADOCE.NET.

Again the ones posteed in these forums are a tenth of what ADOCE.NET
provides. Ive used both the free one and ADOCE.NET.
And ADOCE.NET is worth every penny.

The other amazing feature of ADOCE.NET is that they give you the clasic
PocketAccess Data access structures and the new ADO style structures. VERY
NICE...


Links
ADOCE.NET:http://www.inthehand.com/index.php?page=5&show=1,2
CEDBManaged wrapper:http://www.opennetcf.org/Forums/topic.asp?TOPIC_ID=281

HTH
Clayton Meisman
 
Back
Top