Results 1 to 5 of 5

Thread: [RESOLVED] encrypting a SQLCE database

  1. #1

    Thread Starter
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    Resolved [RESOLVED] encrypting a SQLCE database

    how do i encrypt a SQLCE database using the .NETCF?
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: encrypting a SQLCE database

    Moved to 'Mobile Development', hopefully you'll get more help here

  3. #3
    Fanatic Member Strider's Avatar
    Join Date
    Sep 2004
    Location
    Dublin, Ireland
    Posts
    612

    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

  4. #4

    Thread Starter
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    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 .
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

  5. #5
    Fanatic Member Strider's Avatar
    Join Date
    Sep 2004
    Location
    Dublin, Ireland
    Posts
    612

    Re: encrypting a SQLCE database

    yip thats the one!!!!
    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
  •  



Click Here to Expand Forum to Full Width