Click here to Skip to main content
15,905,427 members
Home / Discussions / C#
   

C#

 
QuestionHow to access a comboBox in dataGridView? Pin
Admin88726-Dec-08 2:25
Admin88726-Dec-08 2:25 
AnswerRe: How to access a comboBox in dataGridView? Pin
Wendelius26-Dec-08 7:26
mentorWendelius26-Dec-08 7:26 
GeneralRe: How to access a comboBox in dataGridView? Pin
Admin88726-Dec-08 21:03
Admin88726-Dec-08 21:03 
GeneralRe: How to access a comboBox in dataGridView? Pin
Wendelius26-Dec-08 22:09
mentorWendelius26-Dec-08 22:09 
QuestionHow to use a self-made dll in a C# project from a different location. Pin
Joshua12332126-Dec-08 0:14
Joshua12332126-Dec-08 0:14 
AnswerRe: How to use a self-made dll in a C# project from a different location. Pin
Giorgi Dalakishvili26-Dec-08 0:28
mentorGiorgi Dalakishvili26-Dec-08 0:28 
AnswerRe: How to use a self-made dll in a C# project from a different location. Pin
Lev Danielyan26-Dec-08 7:26
Lev Danielyan26-Dec-08 7:26 
Questionstore procedure security issue Pin
George_George26-Dec-08 0:08
George_George26-Dec-08 0:08 
Hello everyone,

I am not sure whether it is possible to setup a security policy like this with store procedure. The user account foo could only access database through store procedure, not possible to do other operations, like select/update on the tables of the database directly without using the store procedure.

My store procedure is doing some select/update job. My confusion is, as the user needs to use the store procedure and the store procedure is doing select/update job, then I have to grant the user to have select/update privilege of the database tables? Then the user could skip using the store procedure and select/update database tables directly which causes a security hole. My purpose is to let user use store procedure all the time, no walk around to access database without using store procedure.

Any advice to solve my probleme?

thanks in advance,
George
AnswerRe: store procedure security issue Pin
Tamer Oz26-Dec-08 0:28
Tamer Oz26-Dec-08 0:28 
GeneralRe: store procedure security issue Pin
George_George26-Dec-08 16:40
George_George26-Dec-08 16:40 
Questiontabs without tabs Pin
dustybike25-Dec-08 23:31
dustybike25-Dec-08 23:31 
AnswerRe: tabs without tabs Pin
Member 467835125-Dec-08 23:38
Member 467835125-Dec-08 23:38 
GeneralRe: tabs without tabs [modified] Pin
dustybike25-Dec-08 23:45
dustybike25-Dec-08 23:45 
QuestionDrag and Drop in C# WinForms Pin
Member 467835125-Dec-08 22:42
Member 467835125-Dec-08 22:42 
QuestionGet information about policies (password policy, account policy, etc) of my windows computer in C# Pin
josenicolas25-Dec-08 22:11
josenicolas25-Dec-08 22:11 
AnswerRe: Get information about policies (password policy, account policy, etc) of my windows computer in C# Pin
Richard Andrew x6426-Dec-08 4:35
professionalRichard Andrew x6426-Dec-08 4:35 
GeneralRe: Get information about policies (password policy, account policy, etc) of my windows computer in C# Pin
josenicolas28-Dec-08 0:28
josenicolas28-Dec-08 0:28 
QuestionThe type initializer for ' ' threw an exception? Pin
dec8225-Dec-08 21:15
dec8225-Dec-08 21:15 
AnswerRe: The type initializer for ' ' threw an exception? Pin
leppie26-Dec-08 7:48
leppie26-Dec-08 7:48 
QuestionSaving file using WebBrowser control Pin
Atul Kharecha25-Dec-08 20:29
Atul Kharecha25-Dec-08 20:29 
AnswerRe: Saving file using WebBrowser control Pin
Tamer Oz25-Dec-08 20:37
Tamer Oz25-Dec-08 20:37 
GeneralRe: Saving file using WebBrowser control Pin
Brandon X.29-Dec-08 21:26
Brandon X.29-Dec-08 21:26 
Questioncapture screenshot without current window Pin
James_Zhang25-Dec-08 20:15
James_Zhang25-Dec-08 20:15 
AnswerRe: capture screenshot without current window Pin
Tamer Oz25-Dec-08 20:29
Tamer Oz25-Dec-08 20:29 
GeneralRe: capture screenshot without current window Pin
Brandon X.29-Dec-08 20:44
Brandon X.29-Dec-08 20:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.