|
-
Dec 8th, 2005, 12:00 AM
#1
[RESOLVED] encrypting a SQLCE database
how do i encrypt a SQLCE database using the .NETCF?
-
Dec 8th, 2005, 02:48 PM
#2
Re: encrypting a SQLCE database
Moved to 'Mobile Development', hopefully you'll get more help here
-
Dec 9th, 2005, 04:39 AM
#3
Fanatic Member
Re: encrypting a SQLCE database
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"
Barry
Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
.NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0
SQL Server 2005/2000/SQL Server CE 2.0
If you like, rate this post
Compact Framework for Beginners
-
Dec 9th, 2005, 04:48 AM
#4
Re: encrypting a SQLCE database
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 .
-
Dec 9th, 2005, 04:49 AM
#5
Fanatic Member
Re: encrypting a SQLCE database
Barry
Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
.NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0
SQL Server 2005/2000/SQL Server CE 2.0
If you like, rate this post
Compact Framework for Beginners
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|