Re: stored proc RETURN_VALUE.... there it is, I want to use it !!!
- From: Brian Bushay TeamB <BBushay@xxxxxxxxx>
- Date: Wed, 27 Apr 2005 21:44:32 -0500
>here's the call: (no giggling if you please! I've been slapping it around a
>bit!)
>function Tdm.GetPayments: currency;
Go back a couple of steps.
Add a TadoDataset to your datamodule.
Set the commandText to your stored procedure
make sure the parameters are created.
Set the values of the parameters to a test value.
Set the TadoDataset Active?
Do you still have a problem? If so you are probably doing something wrong in
your stored procedure.
If it works then try it in code with nothing more than setting the
TadoDataset.Active:=true;
--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.
- References:
- stored proc RETURN_VALUE.... there it is, I want to use it !!!
- From: Betsy
- Re: stored proc RETURN_VALUE.... there it is, I want to use it !!!
- From: Brian Bushay TeamB
- Re: stored proc RETURN_VALUE.... there it is, I want to use it !!!
- From: Betsy
- stored proc RETURN_VALUE.... there it is, I want to use it !!!
- Prev by Date: Acces Table, TADOBLOB and WAVE audio
- Next by Date: Re: Cannot Connect ADOConnection at Run-Time
- Previous by thread: Re: stored proc RETURN_VALUE.... there it is, I want to use it !!!
- Next by thread: Re: stored proc RETURN_VALUE.... there it is, I want to use it !!!
- Index(es):
Relevant Pages
|