how do i encrypt a SQLCE database using the .NETCF?
Printable View
how do i encrypt a SQLCE database using the .NETCF?
Moved to 'Mobile Development', hopefully you'll get more help here
if it is not on the device already you will need to download and install this
(http://www.microsoft.com/mobile/pock...ads/ssl128.asp)
then in your sqlengine.create add the following
"data source=mysecure.sdf;password=<myPassword>;encrypt database=TRUE"
Thanks.
that link must be old... it redirects to the Windows Mobile home page.
you were probably looking to link to http://www.microsoft.com/windowsmobi...ncryption.mspx .
yip thats the one!!!!