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
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