Subject RE: [IBO] Details on ClearBuffers (rsNone,rsUnModified,rsModified)
Author Svein Erling Tysvær
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.
>
>
>
>
>
>