Re: command object problem about stored
From: oj (nospam_ojngo_at_home.com)
Date: 10/31/04
- Next message: heboth: "Inner Join Help"
- Previous message: Dan Guzman: "Re: Stored Procedures - Patterns and Practices"
- In reply to: Roji. P. Thomas: "Re: command object problem about stored"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 31 Oct 2004 10:04:14 -0800
adovbs.inc would have been included else "adNumeric" or "adParamInput" would be
giving you trouble.
"Roji. P. Thomas" <thoasroji_no_spam_@gmail.com> wrote in message
news:emf8gzyvEHA.1524@TK2MSFTNGP09.phx.gbl...
> The commandtype is correctly specified as 4 there.
> To use the ADO constants like adCmdStoredProc,
> we need to include the adovbs.inc file.
>
> --
> Roji. P. Thomas
> Net Asset Management
> https://www.netassetmanagement.com
>
>
> "oj" <nospam_ojngo@home.com> wrote in message
> news:%23gNmKCpvEHA.1164@TK2MSFTNGP10.phx.gbl...
> > In addition, you want to specify the commandType as Procedure too.
> >
> > cmd.CommandType = adCmdStoredProc
> >
>
- Next message: heboth: "Inner Join Help"
- Previous message: Dan Guzman: "Re: Stored Procedures - Patterns and Practices"
- In reply to: Roji. P. Thomas: "Re: command object problem about stored"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|