Subject | Re: [IBO] Details on ClearBuffers (rsNone,rsUnModified,rsModified) |
---|---|
Author | Jason Wharton |
Post date | 2001-01-31T16:00:55Z |
I have never had a case that I needed a blanket way to clear parameters.
Those that are constant, I assign once. Those that receive values I set them
in code prior to the execute. How is it that you are having random
assignments to the parameters?
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
Those that are constant, I assign once. Those that receive values I set them
in code prior to the execute. How is it that you are having random
assignments to the parameters?
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: "John Correa" <jcorrea@...>
To: <IBObjects@yahoogroups.com>
Sent: Wednesday, January 31, 2001 6:28 AM
Subject: RE: [IBO] Details on ClearBuffers (rsNone,rsUnModified,rsModified)
> Jason,
>
> I have a datamodule that contains 1 TIB_StoredProc that I resuse to call
3-5
> diff Stored Procedures.
>
> What is the correct way to clear the Paramater values between the calls?
>
> > -----Original Message-----
> > From: Jason Wharton [mailto:jwharton@...]
>
> > > What is the definition between the three states
> > > (rsNone,rsUnModified,rsModified) of TIB_RowState for the ClearBuffers
> > > parameter?
> > >
> > > Can't seem to find anything in the help file that would describe the
> > > behaviors.
> >
> > You are just telling what state you want the buffer in. In most
> > all cases it
> > is rsNone or rsUnmodified.
> >
> > I never expected anyone would take interest in this method since it
really
> > is a system routine.
>
>
>
>
>