Subject RE: [IBO] Details on ClearBuffers (rsNone,rsUnModified,rsModified)
Author John Correa
I was using a TIB_StoredPoc to execute 2 differenct stored procedures and
both had parameters with the same name,type,etc. Before setting the name of
the StoredProc I as calling the Params.ClearBuffers(rsNone) method.

The problem was that rsNone was not clearing out the buffers. I had to
change it to rsUnmodified for it to work properly but I can't tell you why.

> -----Original Message-----
> From: Chef [mailto:chef_007@...]
> Sent: Tuesday, January 30, 2001 6:07 PM
> To: IBObjects@yahoogroups.com
> Subject: Re: [IBO] Details on ClearBuffers
> (rsNone,rsUnModified,rsModified)
>
>
> Hi John,
>
> >Date: Sat, 27 Jan 2001 09:30:02 -0700
> >Reply-To: IBObjects@yahoogroups.com
> >Subject: Re: [IBO] What is diff between states for ClearBuffers method
> >Content-Type: text/plain; charset=US-ASCII
> >X-UIDL: b201964f96bea197f3f3963a81fcbb25
> >
> >RowState. Does the TIB_Row object have a row in it or not and is that row
> >modified or not.
> >
> >Typically this is rsNone when you call this method.
> >
> >HTH,
> >Jason Wharton
> >CPS - Mesa AZ
> >http://www.ibobjects.com
>
>
> HTH,
> Markus
>
>
> At 16:35 30.01.2001 -0800, you wrote:
> >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.
> >
> >JohnC
>
>
>
>
>
>