Click here to Skip to main content
15,889,462 members
Home / Discussions / C#
   

C#

 
GeneralRe: when using Stored Procedure called from C# ? Pin
OriginalGriff21-Jun-14 19:43
mveOriginalGriff21-Jun-14 19:43 
GeneralRe: when using Stored Procedure called from C# ? Pin
Member 245846722-Jun-14 18:05
Member 245846722-Jun-14 18:05 
GeneralRe: when using Stored Procedure called from C# ? Pin
OriginalGriff22-Jun-14 18:48
mveOriginalGriff22-Jun-14 18:48 
AnswerRe: when using Stored Procedure called from C# ? Pin
Keith Barrow19-Jun-14 23:14
professionalKeith Barrow19-Jun-14 23:14 
AnswerRe: when using Stored Procedure called from C# ? Pin
Eddy Vluggen20-Jun-14 0:30
professionalEddy Vluggen20-Jun-14 0:30 
GeneralRe: when using Stored Procedure called from C# ? Pin
Member 245846721-Jun-14 14:02
Member 245846721-Jun-14 14:02 
GeneralRe: when using Stored Procedure called from C# ? Pin
Member 245846721-Jun-14 14:04
Member 245846721-Jun-14 14:04 
AnswerRe: when using Stored Procedure called from C# ? Pin
ZurdoDev20-Jun-14 2:01
professionalZurdoDev20-Jun-14 2:01 
1. Whenever you get an error and you are asking for help, post the error, since there are thousands of possible errors.
2. new SqlCommand("LISTSTAFF", cnn); - this is your problem. It is not a stored procedure. It is a function. You even posted, CREATE FUNCTION...

To select from function you do SELECT field1, field2 FROM dbo.LISTSTAFF()
There are only 10 types of people in the world, those who understand binary and those who don't.

GeneralRe: when using Stored Procedure called from C# ? Pin
Member 245846720-Jun-14 23:05
Member 245846720-Jun-14 23:05 
AnswerRe: when using Stored Procedure called from C# ? Pin
ZurdoDev21-Jun-14 2:15
professionalZurdoDev21-Jun-14 2:15 
GeneralRe: when using Stored Procedure called from C# ? Pin
Member 245846721-Jun-14 13:58
Member 245846721-Jun-14 13:58 
AnswerRe: when using Stored Procedure called from C# ? Pin
ZurdoDev21-Jun-14 15:38
professionalZurdoDev21-Jun-14 15:38 
GeneralRe: when using Stored Procedure called from C# ? Pin
Member 245846722-Jun-14 18:28
Member 245846722-Jun-14 18:28 
QuestionRectangleToScreen on a WinForm Bounding Box gives strange co-ordinates ? Pin
BillWoodruff19-Jun-14 14:39
professionalBillWoodruff19-Jun-14 14:39 
AnswerRe: RectangleToScreen on a WinForm Bounding Box gives strange co-ordinates ? Pin
OriginalGriff19-Jun-14 21:14
mveOriginalGriff19-Jun-14 21:14 
GeneralRe: RectangleToScreen on a WinForm Bounding Box gives strange co-ordinates ? Pin
BillWoodruff19-Jun-14 23:28
professionalBillWoodruff19-Jun-14 23:28 
GeneralRe: RectangleToScreen on a WinForm Bounding Box gives strange co-ordinates ? Pin
OriginalGriff19-Jun-14 23:37
mveOriginalGriff19-Jun-14 23:37 
QuestionRe: RectangleToScreen on a WinForm Bounding Box gives strange co-ordinates ? Pin
Richard MacCutchan20-Jun-14 1:33
mveRichard MacCutchan20-Jun-14 1:33 
QuestionBinding two ComboBoxes Pin
sbn101019-Jun-14 9:18
sbn101019-Jun-14 9:18 
AnswerRe: Binding two ComboBoxes Pin
Eddy Vluggen20-Jun-14 8:06
professionalEddy Vluggen20-Jun-14 8:06 
Questionextract data from excel Pin
solo919-Jun-14 8:37
solo919-Jun-14 8:37 
AnswerRe: extract data from excel Pin
Richard Deeming19-Jun-14 8:54
mveRichard Deeming19-Jun-14 8:54 
AnswerRe: extract data from excel Pin
CatchExAs19-Jun-14 12:31
professionalCatchExAs19-Jun-14 12:31 
AnswerRe: extract data from excel Pin
Richard MacCutchan19-Jun-14 22:53
mveRichard MacCutchan19-Jun-14 22:53 
QuestionChange Properties Category during runtime for PropertyGrid Pin
Mc_Topaz19-Jun-14 4:12
Mc_Topaz19-Jun-14 4:12 

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.