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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Applicaton role with ADODC

Status
Not open for further replies.

jobyk

Programmer
Jun 24, 2001
19
IN
Hi All

We are using Nt authentication of the user to connect to the DB from the VB application. Then runs sp_setapprole procedure to activate the application role and the set the rights on tables and other objects. It is working fine with normal connection and recordset.

But how do we use application role with ADODC. We can give the connection string, but there is no way to run the sp_setapprole procedure in ADODC for enable the rights. How do we manange this?

Thanks in Advance
Joby
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top