Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problems with encrypt password in sp_setapprole 1

Status
Not open for further replies.

giovy

Programmer
Feb 17, 2000
9
PA
I tried to encrypt the password in sp_setapprole, but the application give me an error "access violation" , someone now about this.
 

One of the rules for using encrypt in sp_setapprole is that the password to be encrypted must in unicode character set. If you have done that, perhaps you can post your code and the exact error message. That will help us determine what is happening.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top