Re: Send recordset as variable
- From: Brian Bushay TeamB <BBushay@xxxxxxxxx>
- Date: Thu, 01 Sep 2005 21:47:39 -0500
>I have a procedure that needs to be called from 2 places.
>This procedure will change the value of several fields, but sometimes I need
>the results recorded to 2 different datasets.
>Is it possible to send a dataset as a variable and then update that dataset
>when calling the function???
Yes
Procedure form1.YourUpdateProcedure(dt:Tdataset)
Begin
end;
--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.
- References:
- Send recordset as variable
- From: Dan Rock
- Send recordset as variable
- Prev by Date: Re: DBF tables
- Next by Date: Re: Replacing a TQuery and TUpdateSQL component with ADO components
- Previous by thread: Send recordset as variable
- Next by thread: Replacing a TQuery and TUpdateSQL component with ADO components
- Index(es):
Relevant Pages
|