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

C#

 
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 
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 
Thanks Tamer!

I have tested your idea. But met with a issue.

I created a new user which is using SQL Server authentication type. The user default database is AdventureWorks. I grant the user rights of execute one store procedure of AdventureWorks (the store procedure is used to query some specific table) and denied the select rights of the user to select the specific table directly (using table, permission, deny select permission in management sonsole).

But when I tried to use the user to login the management console (in order to test with execution of the store procedure and the select statement), I met with the following error when click login from management console. Do you have any ideas why?


TITLE: Connect to Server
------------------------------

Cannot connect to ..

------------------------------
ADDITIONAL INFORMATION:

A connection was successfully established with the server, but then an error occurred during the login process. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.) (Microsoft SQL Server, Error: 233)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&EvtSrc=MSSQLServer&EvtID=233&LinkId=20476

------------------------------
BUTTONS:

OK
------------------------------

regards,
George
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 
Questionxml? Pin
dec8225-Dec-08 19:18
dec8225-Dec-08 19:18 
AnswerRe: xml? Pin
Giorgi Dalakishvili25-Dec-08 19:45
mentorGiorgi Dalakishvili25-Dec-08 19:45 

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.