PDA

Click to See Complete Forum and Search --> : Not sure where to store Database in the Pocket PC


anesor
Sep 9th, 2005, 08:27 AM
hello :)

i am new to using database in .net compact framework application.
I have this project, tat is the user will be retriving the database frm the server using the pocket pc. the database will be send to the pocket pc by XML.
when i reterive the database frm the server, i am not sure where to store the database in the pocket pc..

can someone help me, any idea where to store the database in the pocket pc.

Shaggy Hiker
Sep 9th, 2005, 09:59 AM
Put it on the SD card (assuming you have one) if you possibly can. Somewhere in here is a thread where I tested the durability of those cards by running them through washing machines, dishwashers, and boiling them in salt water. Those cards are tough. Only the last test destroyed the card.

anesor
Sep 10th, 2005, 04:11 AM
SD card...what is that, i am not sure about that..

anyway,thanks for replying me but, is there any other ways other than the SD card.

Shaggy Hiker
Sep 11th, 2005, 10:14 AM
SD cards are small removeable memory cards. I have not seen a PDA without one, but I suppose they must exist. Aside from that, what you need is a folder that will be sure to exist. I would suggest you store the DB in the program folder that your program is stored in if that is the case.

anesor
Sep 11th, 2005, 10:22 PM
ok...i shall give it a try...thanks... :)