Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

eMbeded C++ conectivity to database

Status
Not open for further replies.

BigKeg

Programmer
Joined
Sep 21, 2003
Messages
2
Location
AU
Is it possible to connect to a Microsoft Access 97 database using eMbedded C++ on a PDA (Compaq iPAQ 3950)?
I have an existing Access 97 database that I wish to use on the PDA.
Thanks,
Nick
 
Yes and No... No, because PDAs and Pocket PCs has its own database format. And when you import your Microsoft Access 97 Database, the PDA or Pocket PC will convert its contents to its own format. And Yes, because after converting your Microsoft Access 97 Database to Pocket Access Format, you can now access your table using the CCeDBDatabase, CCeDBRecord and CCeDBProp Classes. Take note that Embedded C++ does not support DAO thats why it has its own database access classes. Hope this helps.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top