Hi
I was hoping that somebody could help me.
I have a stored procedure that returns blob file and other data. The blob files are encrypted =) in byte form.
what I want to do now is decrypt them for the user to see but in order to do that I need to pass in a string path of where the files are stored. Has anybody any idea how I could programatically force the files returned via the Stored Procedure to save to disk...From here I could use the decryption code I have to pass in the string file paths.
Please help me - - many thanks Michelle