Object level Authorisation
From: Fulvio (fulvio_at_nssitaly.com)
Date: 03/26/05
- Next message: Dan Guzman: "Re: Object level Authorisation"
- Previous message: Hassan: "Re: How to force usage on NTLM"
- Next in thread: Dan Guzman: "Re: Object level Authorisation"
- Reply: Dan Guzman: "Re: Object level Authorisation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sat, 26 Mar 2005 15:25:46 +0100
Hi all,
is there a way to tell Sql Server to return Null values if user has no
SELECT authorisation on a column ?
let's imagine a table structure like:
Tps_Id,
Tps_Name,
Tps_Price
Now in my VB application i use 'Select * from Tps'
All works fine for users in roles that can select data on that table. But if
i have a role which can't select column Tps_Price i get error 230.
I'd prefere not to change VB code by looking for user's role and differently
query DB
Thanks for your help
-- Fulvio
- Next message: Dan Guzman: "Re: Object level Authorisation"
- Previous message: Hassan: "Re: How to force usage on NTLM"
- Next in thread: Dan Guzman: "Re: Object level Authorisation"
- Reply: Dan Guzman: "Re: Object level Authorisation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|