Results 1 to 2 of 2

Thread: Does SQL's sp_setapprole work in ASPDB

  1. #1
    Thomas Brown Guest

    Does SQL's sp_setapprole work in ASPDB


    I'm using an application role in SQL and I'm geeting a permissions problem while attempting to insert a new record while using ASPDB. Is there a way to run "sp_setapprole" in ASPDB. I don't have this problem outside of ASPDB. Can you help?

    Tom

  2. #2
    John Guest

    Does SQL's sp_setapprole work in ASPDB (reply)

    Hi Tom,

    You can use dbSilentCmdText to issue SP or SQL cmds to set the permissions as necessary for the SQL query to run.

    John


    ------------
    Thomas Brown at 9/11/2002 12:44:10 PM


    I'm using an application role in SQL and I'm geeting a permissions problem while attempting to insert a new record while using ASPDB. Is there a way to run "sp_setapprole" in ASPDB. I don't have this problem outside of ASPDB. Can you help?

    Tom

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •