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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.