I am searching for a way to securely wipe out databases under WinCE 3 and
PocketPC. Unfortunately it seems that the only documented way to access the
databases is with the RAPI database functions. Since simply deleting records
is clearly not enough, I thought of trying to overwrite them with same-sized
zeroed-out records.
However, I know next to nothing about the internal database implementation
so I don't even know if this will even physically replace the original
record in memory. It is also mentioned that CE compresses its database
records so even if it does replace the record I can't guarantee that they
will be the same size (i.e. that it will totally overwrite it).
Does anyone know a bit about the database internals, or have any idea on how
I could tack this?
Thanks in advance,
Ori Maoz
(to reply by email, please remove "plznospam" from the sender address)
Sue
sl...@microsoft.com (remove "online" from reply-to address)
[Formerly susa...@microsoft.com]
_____________________________________________________________
This posting is provided "AS IS" with no warranties, and confers no rights.
_____________________________________________________________
Windows Embedded DevWire
(http://www.microsoft.com/windows/embedded/devwire/)
InfoBlast (http://www.mswep.com/infoblastsign_up.aspx)
"Ori Maoz" <or...@plznospam.hotpop.com> wrote in message
news:ec3XPCL2...@TK2MSFTNGP10.phx.gbl...