Built in Data Store

  • Thread starter Thread starter Beebs
  • Start date Start date
B

Beebs

Can anyone point me in the right direction. I have a simple program
that requires I some data, but I won't be saving any data from the
program or syncing any data to the desktop, just pulling data from the
database to perform calculations. I want this app to be compatible
with Pocket PC 2000, 2002, and Windows Mobile 2003 and 2003 SE. I
would prefer not to use InTheHand or SQLce so I'm wondering if someone
can tell me where to find info to program for the built-in data store
on the Pocket PC.

Thanks
 
Beebs said:
Can anyone point me in the right direction. I have a simple program
that requires I some data, but I won't be saving any data from the
program or syncing any data to the desktop, just pulling data from the
database to perform calculations. I want this app to be compatible
with Pocket PC 2000, 2002, and Windows Mobile 2003 and 2003 SE. I
would prefer not to use InTheHand or SQLce so I'm wondering if someone
can tell me where to find info to program for the built-in data store
on the Pocket PC.

Thanks

Not sure if this can be done, but what do for this scenerio on my Win32
assemblies is to use XML, which is really simple using DataSet.WriteXMl
and the corrosponding DataSet.ReadXMl

HTH<
Tibby
 
Back
Top