K
Kluch
I wrote an ASP.NET application which takes data and encrypts it using C# and stores in a MSSQL database. One of the things that a user would like to do know is run custom querys from Access (I'm told you can do this?, all I have seen is a way to import a table), my issue is how can I somehow get the unencrypted data to the person in access. I realize that this will most likely require a change in the way my program works but I am looking for any suggestions on how I might go about this? I don't think there is a way to do this on a SQL level but perhaps through a web service or something of that nature? Any information to point me in a direction would belpful as I am baffled on the best way to approach this, the option may be to focus on securing the SQL server itself and not worrying about encryption (A whole other issue) I just wanted to see if there were any things that I might not be thinking of
Thanks
Thanks