Re: ADO Parameters error
From: Ashok K Kumar (AshokKKumar_at_discussions.microsoft.com)
Date: 12/20/04
- Previous message: Ashok K Kumar: "Re: Connection State"
- In reply to: Patrick Russell: "ADO Parameters error"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 21 Dec 2004 00:04:56 +0530
> SET RTNVAL =
> cmdRtn.CreateParameter("RETURN_VALUE",adVarChar,adParamReturnValue)
>
> DECLARE @Rtn varchar(10)
Try specifying the size for the return parameter (pass 10 as the 4th
parameter to the CreateParameter function)
-- _____________________ Ashok K Kumar ashokkal at gmail dot com
- Previous message: Ashok K Kumar: "Re: Connection State"
- In reply to: Patrick Russell: "ADO Parameters error"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|