Viewing 3 posts - 1 through 3 (of 3 total)
I've upgraded my tables by storing passwords generated by the pwdencrypt function in stead of encrypt. If anyone's intrested i'd be happy to sent the SQL-script for it.
The script decodes...
January 2, 2003 at 9:10 am
#445442
Perhaps giving the transaction server's user right's on the package will help.
December 20, 2002 at 6:25 am
#444921
By the way the odbc encryption method works similar:
select {encrypt N'hallo'}
compare the result to :
select {encrypt N'<abcd...z>'
and there is your list for decoding
enough on this i'll bet everyone knew it...
December 20, 2002 at 6:18 am
#444920