Click here to Skip to main content
16,011,757 members
Home / Discussions / Web Development
   

Web Development

 
Generalsetting value of file input field Pin
particle2k3-Feb-03 3:41
particle2k3-Feb-03 3:41 
GeneralRe: setting value of file input field Pin
Heath Stewart3-Feb-03 4:09
protectorHeath Stewart3-Feb-03 4:09 
GeneralA little help w/ Javascript and DHTML please Pin
georgiek502-Feb-03 2:21
georgiek502-Feb-03 2:21 
GeneralRe: A little help w/ Javascript and DHTML please Pin
Stephane Rodriguez.2-Feb-03 4:43
Stephane Rodriguez.2-Feb-03 4:43 
GeneralRe: A little help w/ Javascript and DHTML please Pin
georgiek502-Feb-03 7:11
georgiek502-Feb-03 7:11 
GeneralRe: A little help w/ Javascript and DHTML please Pin
Stephane Rodriguez.2-Feb-03 7:45
Stephane Rodriguez.2-Feb-03 7:45 
GeneralADODB.command --- trouble with adParamInput/Output Pin
devvvy1-Feb-03 22:30
devvvy1-Feb-03 22:30 
GeneralRe: ADODB.command --- trouble with adParamInput/Output Pin
devvvy1-Feb-03 22:40
devvvy1-Feb-03 22:40 
In regards to ERROR MESSAGE:

"Microsoft OLE DB Provider for SQL Server error '80040e14' Formal parameter '@bClientStatus' was defined as OUTPUT but the actual parameter not declared OUTPUT. /registration.asp, line 227"

I forgot to mention that bClientStatus is defined as an INPUT parameter:

CREATE PROC dbo.sproc_AddUser
...
...
... a whole bunch of parameters...
...
...
@bClientStatus int=0, SEE, it's an INPUT!
@error_status int OUTPUT This is the only OUTPUT.
WITH RECOMPILE
AS
...
... body ...
...

norm
QuestionCDONTS - IIS/SMTP config? Pin
devvvy1-Feb-03 8:00
devvvy1-Feb-03 8:00 
AnswerRe: CDONTS - IIS/SMTP config? Pin
Vasudevan Deepak Kumar1-Feb-03 21:21
Vasudevan Deepak Kumar1-Feb-03 21:21 
GeneralRe: CDONTS - IIS/SMTP config? Pin
devvvy1-Feb-03 21:33
devvvy1-Feb-03 21:33 
GeneralWhats wrong in my ASPMail Pin
Sarvesvara (BVKS) Dasa31-Jan-03 21:07
Sarvesvara (BVKS) Dasa31-Jan-03 21:07 
GeneralRe: Whats wrong in my ASPMail Pin
Jon Sagara31-Jan-03 21:18
Jon Sagara31-Jan-03 21:18 
GeneralRe: Whats wrong in my ASPMail Pin
Sarvesvara (BVKS) Dasa31-Jan-03 21:28
Sarvesvara (BVKS) Dasa31-Jan-03 21:28 
GeneralI think I have similar problem... Pin
devvvy31-Jan-03 22:23
devvvy31-Jan-03 22:23 
GeneralRe: I think I have similar problem... Pin
Sarvesvara (BVKS) Dasa1-Feb-03 18:21
Sarvesvara (BVKS) Dasa1-Feb-03 18:21 
GeneralRe: I think I have similar problem... Pin
devvvy1-Feb-03 18:38
devvvy1-Feb-03 18:38 
GeneralRe: I think I have similar problem... Pin
Sarvesvara (BVKS) Dasa1-Feb-03 18:54
Sarvesvara (BVKS) Dasa1-Feb-03 18:54 
GeneralRe: I think I have similar problem... Pin
devvvy1-Feb-03 22:43
devvvy1-Feb-03 22:43 
GeneralRe: I think I have similar problem... Pin
Sarvesvara (BVKS) Dasa2-Feb-03 18:52
Sarvesvara (BVKS) Dasa2-Feb-03 18:52 
GeneralRe: I think I have similar problem... Pin
devvvy2-Feb-03 19:18
devvvy2-Feb-03 19:18 
GeneralRe: I think I have similar problem... Pin
Sarvesvara (BVKS) Dasa2-Feb-03 20:04
Sarvesvara (BVKS) Dasa2-Feb-03 20:04 
GeneralRe: I think I have similar problem... Pin
devvvy2-Feb-03 20:06
devvvy2-Feb-03 20:06 
GeneralRe: I think I have similar problem... Pin
Sarvesvara (BVKS) Dasa2-Feb-03 20:13
Sarvesvara (BVKS) Dasa2-Feb-03 20:13 
GeneralJavascript & Textarea Pin
Jonathan Austin31-Jan-03 12:57
Jonathan Austin31-Jan-03 12:57 

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.