Subject | RE: [IBO] Details on ClearBuffers (rsNone,rsUnModified,rsModified) |
---|---|
Author | John Correa |
Post date | 2001-01-31T13:28:51Z |
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?
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.