Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQl Server Encryption
Message
De
08/12/2009 14:08:16
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
01437875
Message ID:
01438093
Vues:
38
>>We are using SQL Server Standard 2008. Several of the columns are encrypted using a symmetric key. The key is opened when the application is launched and kept open until the application is exited and works as expected. While using the app the key is somehow being closed. Requeries are returning nulls instead of decrypting the data. Any ideas as to how this is happening?
>
>The key will be closed when connection is closed. Make sure that you're not closing and re-opening connection in your application or open the key when you are re-opening connection. You can check for open keys using sys.openkeys system view.

Thanks for your comments on this. We found the problem buried in a trigger. It's always the last place you look.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform