Hi,
Does anybody have any ideas on how you can use the MSSQL securities that are offered through the DB users?
I have a MSSQL DB that I am creating a PHP front end to be used for DB manipulation. All of the nitty gritty stuff is working, but I now need to use the MSSQL USERS to control the access and views that the logins have. I don't want to create a users table , as at that point the connection to the DB would have been granted, and i'll then have to sort the security issues myself.
Cheers