Subject | Re: [IBO] Details on ClearBuffers (rsNone,rsUnModified,rsModified) |
---|---|
Author | Jason Wharton |
Post date | 2001-01-31T16:09:13Z |
It may not, but, I would never execute a procedure until I had actually set
all of the parameters for it.
Just set them all even if you need to make a loop from 0 to count - 1 and
call the Clear method.
HTH,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
all of the parameters for it.
Just set them all even if you need to make a loop from 0 to count - 1 and
call the Clear method.
HTH,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: "Svein Erling Tysvær" <svein.erling.tysvaer@...>
To: <IBObjects@yahoogroups.com>
Sent: Wednesday, January 31, 2001 7:49 AM
Subject: RE: [IBO] Details on ClearBuffers (rsNone,rsUnModified,rsModified)
> If you change the SQL of the TIB_StoredProc (which I assume you have to do
> to call several different procedures), you have to reprepare your
> TIB_StoredProc which will (or at least ought to) clear the parameter
values.
>
> Set
>
> At 05:28 31.01.2001 -0800, you wrote:
> >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.
> >
> >
> >
> >
> >
> >
>
>
>
>