K
Ken Varn
I am trying to figure out how to do a connection string for a ADO.NET
SqlConnection object on a database that implements Application Roles. I
cannot seem to get the connection to work. I am of the impression that an
initial connection must be made to the database and then the sp_setapprole
stored procedure must be run to get the proper Application Role permission
to the database. I cannot get past the Open() method of the connection
object to get to a position where I can run the sp_setapprole stored
procedure. Is there some specific connection string that I need to use?
Please help!
--
-----------------------------------
Ken Varn
Senior Software Engineer
Diebold Inc.
EmailID = varnk
Domain = Diebold.com
-----------------------------------
SqlConnection object on a database that implements Application Roles. I
cannot seem to get the connection to work. I am of the impression that an
initial connection must be made to the database and then the sp_setapprole
stored procedure must be run to get the proper Application Role permission
to the database. I cannot get past the Open() method of the connection
object to get to a position where I can run the sp_setapprole stored
procedure. Is there some specific connection string that I need to use?
Please help!
--
-----------------------------------
Ken Varn
Senior Software Engineer
Diebold Inc.
EmailID = varnk
Domain = Diebold.com
-----------------------------------