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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Run an ActiveX script from TSQL

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2002-01-22 : 10:06:26
Brian writes "SQL Server 7, Windows 2000

I have a stored procedure that runs when a record is created. It randomly selects a word from a table, appends a random number then puts the return value in a password field. I also have a VB Script that will encrypt a value.

I need to marry the two. I want to pass the result of my stored procedure to my VB Script and have it return the encrypted value then write it into the new record.

Is it possible?"
   

- Advertisement -