Hello all,<br>
I'm using an IS_MEMBER logic in a stored procedure in SQL 7.0 to grant access to portions of the VB front-end.<br>
"IF IS_MEMBER ('rolename') = 1<br>
then...."<br>
<br>
I need to check for user-defined roles. the above code is only cathing fixed roles.<br>
Any suggestions?
I'm using an IS_MEMBER logic in a stored procedure in SQL 7.0 to grant access to portions of the VB front-end.<br>
"IF IS_MEMBER ('rolename') = 1<br>
then...."<br>
<br>
I need to check for user-defined roles. the above code is only cathing fixed roles.<br>
Any suggestions?