How do I access .MDB files ?

  • Thread starter Thread starter Luciano
  • Start date Start date
L

Luciano

Hello all !
In full .net framework I access the MS Access databases
files with OLE interfaces. And in Compact framework ?

Sorry my english
Thanx for all !
Luciano
 
Try using datasets and reading writing XML files. You
can do your inserts into Access or most other databases
on the Desktop by creating a DataSet from your XML and
updating the DB from there.

If you go with Access or SQL Ce for instance, you are
kind of married to it from there on. If you use XML, you
are free to switch your back end and the PDA will never
know the difference.

Cheers,

Bill
 
Back
Top