Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2005-07-06 : 07:48:15
|
Aditya writes "i want to know how to use aspencrypt component in ActiveX Script task in Sql Server 2000 DTS packages scheduling ? I am encrypting certain numbers using aspencrypt component and storing them in sql server 2000 database using ASP. Now i am using scheduling of ActiveX Script task in DTS in sql server 2000 for generating some automatic emails and i need to decrypt the encrypted numbers and use the decrypted numbers in the emails.Now i am unable to use the aspencrypt componet in my scheduling of ActiveX Script task in DTS packages.Please provide me code snippet so that i am able to use aspencrypt component for encrytion and decryption in ActiveX Script Task in DTS of Sql server 2000?" |
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2005-07-06 : 07:49:24
|
Well, why are you unable to use it in a DTS package? Licensing problems? Error messages? It's impossible to provide a "code snippet" if we don't know the exact nature of the problem. |
 |
|
|
|
|