Subject Re: [IBO] Prepared and unprepared
Author Tim Ledgerwood
Thanks Jason.

At 11:23 AM 06/30/2003 -0700, you wrote:

>We don't have that option. A refresh generally implies closing and reopening
>the dataset.
>
>Here's how I recommend such code be written.
>
>Close;
>ParamByName('BATCHNUM').AsInteger := Batch;
>ParamByName('TERMID').AsString := TermID;
>Open;
>
>If you want to preserve the record pointer then save a bookmark off and
>reset it.
>
>Jason Wharton


[Non-text portions of this message have been removed]