Escape single quote from password

  • Hi!

    I have a problem with escaping single quote on creating login user.

    Is there some store procedure that can automatically escape single quote?

    Thanks

  • If you create the password using a stored procedure and pass it in as a parameter you shouldn't need to escape it.

    If not you can check for ' in the password and escape it by using another one ''

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply