Click here to Skip to main content
15,899,825 members
Home / Discussions / C#
   

C#

 
GeneralRe: call card telephony solution! Pin
Michael P Butler12-Nov-04 9:37
Michael P Butler12-Nov-04 9:37 
GeneralActive Directory LDAP Query Problem Pin
Adam °Wimsatt12-Nov-04 8:02
Adam °Wimsatt12-Nov-04 8:02 
QuestionFlicker-free control resizing ??? Pin
TheSebaster12-Nov-04 7:22
TheSebaster12-Nov-04 7:22 
AnswerRe: Flicker-free control resizing ??? Pin
ACorbs12-Nov-04 19:40
ACorbs12-Nov-04 19:40 
AnswerRe: Flicker-free control resizing ??? Pin
TyronX22-Dec-04 10:54
TyronX22-Dec-04 10:54 
GeneralCreate application setup Pin
Member 87345212-Nov-04 6:51
Member 87345212-Nov-04 6:51 
GeneralRe: Create application setup Pin
MoustafaS12-Nov-04 12:27
MoustafaS12-Nov-04 12:27 
GeneralCommand Parameter Issue Pin
RB@Emphasys12-Nov-04 5:48
RB@Emphasys12-Nov-04 5:48 
So Im calling a sproc with various required parameters. It returns a value through one of its parameters, so, I added the following to lines to my command object setup;

oCommand.Parameters.Add(new SqlParameter("@Return_ValueMsg", SqlDbType.VarChar, 255));
oCommand.Parameters["@Return_ValueMsg"].Direction = ParameterDirection.ReturnValue;

But...., I keep getting this exception when I try to execute the command,
{"Procedure 'glpImportJEFromProcurement' expects parameter '@Return_ValueMsg', which was not supplied." }

Any Idea's?

Thanks,
Ryan
GeneralRe: Command Parameter Issue Pin
Richard Deeming12-Nov-04 6:27
mveRichard Deeming12-Nov-04 6:27 
GeneralRe: Command Parameter Issue Pin
RB@Emphasys12-Nov-04 7:54
RB@Emphasys12-Nov-04 7:54 
GeneralDataBind problem Pin
webhay12-Nov-04 3:18
webhay12-Nov-04 3:18 
GeneralRe: DataBind problem Pin
Skynyrd12-Nov-04 3:59
Skynyrd12-Nov-04 3:59 
GeneralRe: DataBind problem Pin
webhay12-Nov-04 4:58
webhay12-Nov-04 4:58 
GeneralRe: DataBind problem Pin
Skynyrd12-Nov-04 10:16
Skynyrd12-Nov-04 10:16 
GeneralRe: DataBind problem Pin
webhay18-Nov-04 4:04
webhay18-Nov-04 4:04 
QuestionOnline Database? Pin
The underdog12-Nov-04 3:13
The underdog12-Nov-04 3:13 
AnswerRe: Online Database? Pin
Colin Angus Mackay12-Nov-04 7:15
Colin Angus Mackay12-Nov-04 7:15 
GeneralC# form_load event Pin
Phil Finlay12-Nov-04 3:05
Phil Finlay12-Nov-04 3:05 
GeneralRe: C# form_load event Pin
Skynyrd12-Nov-04 4:09
Skynyrd12-Nov-04 4:09 
GeneralRe: C# form_load event Pin
Phil Finlay12-Nov-04 5:47
Phil Finlay12-Nov-04 5:47 
GeneralRe: C# form_load event Pin
Skynyrd12-Nov-04 10:26
Skynyrd12-Nov-04 10:26 
GeneralRe: C# form_load event Pin
Phil Finlay15-Nov-04 9:15
Phil Finlay15-Nov-04 9:15 
GeneralRichTextBox and DetectUrls Pin
benjymous12-Nov-04 1:51
benjymous12-Nov-04 1:51 
GeneralRe: Recursion (Can someone walk through cheese?) Pin
benjymous12-Nov-04 0:44
benjymous12-Nov-04 0:44 
GeneralRe: Recursion (Can someone walk through cheese?) Pin
Sebastian Schneider12-Nov-04 1:58
Sebastian Schneider12-Nov-04 1:58 

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.