Using Access 2000 with SQL Server 2005 Express.
I can create a routine to add/drop users and add/drop logins with store procedures.
However, I could never find a way to allow users permissions with db_dataread and db_datawrite with a database. I could not google up any search on these or maybe I need help with the search?
I tried using sp_addrole and sp_grantdbacess, both failed
-2147217900 The login already has an account under a different user name.
So, does anyone know the correct store procedure to use or set of SP to use? Or anyone knows a good web site on how to address this problem?
Thanks
I can create a routine to add/drop users and add/drop logins with store procedures.
However, I could never find a way to allow users permissions with db_dataread and db_datawrite with a database. I could not google up any search on these or maybe I need help with the search?
I tried using sp_addrole and sp_grantdbacess, both failed
-2147217900 The login already has an account under a different user name.
So, does anyone know the correct store procedure to use or set of SP to use? Or anyone knows a good web site on how to address this problem?
Thanks