Results 1 to 4 of 4

Thread: Encryption

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2017
    Location
    Llandudno UK
    Posts
    21

    Encryption

    How should I alter this statement to add an encryption setting:-

    Me.TableAdapterManager.UpdateAll(Me.SafeDataSet)

    Something like this : Me.TableAdapterManager.Encrypt.UpdateAll(Me.SafeDataSet)

    Any help appreciated

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,302

    Re: Encryption

    There is no such thing. You would either enable an encryption option in the database, in which case the table adapter and DataSet wouldn't have to care about it, or else you would need to encrypt and decrypt individual values within each DataTable yourself.

  3. #3
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,302

    Re: Encryption

    Depending on the database, there may be the option to enable encryption via the connection string. That would be something for you to research regarding your specific database.

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Jan 2017
    Location
    Llandudno UK
    Posts
    21

    Re: Encryption

    Many thanks will research it more as you suggest.

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