Stored Prod Param Help
From: Lou Feliz (lrf05_at_nospam.csufresno.edu)
Date: 12/23/03
- Next message: Viatcheslav V. Vassiliev: "Re: Compact MS Access 2000 db with Delphi 7"
- Previous message: Shahzard: "Calculation"
- Next in thread: Brian Bushay TeamB: "Re: Stored Prod Param Help"
- Reply: Brian Bushay TeamB: "Re: Stored Prod Param Help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 22 Dec 2003 23:25:56 -0800
I am using ADO with SQL 7 and want to pass a parameter to a SP that will
return a string. My SP has one input param and one output parm. The
input parm is @Name and the output parm is VALUE
The parameters are set to the correct type. I try and set parameter by
calling TSTProc.Parameters[1].Value := 'INPUTVAL'. At runtime I get an
OleException - Parameter Object is improperly defined or inconsistent info
provided.
I will revert o using a simple query to pull the values. Although, a SP is
what my DBA wants me to use.
Any help greatly appreciated.
- Lou
- Next message: Viatcheslav V. Vassiliev: "Re: Compact MS Access 2000 db with Delphi 7"
- Previous message: Shahzard: "Calculation"
- Next in thread: Brian Bushay TeamB: "Re: Stored Prod Param Help"
- Reply: Brian Bushay TeamB: "Re: Stored Prod Param Help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|