Subject | Re: [IBO] Prepared and unprepared |
---|---|
Author | Tim Ledgerwood |
Post date | 2003-07-01T05:36:22Z |
Thanks Jason.
At 11:23 AM 06/30/2003 -0700, you wrote:
At 11:23 AM 06/30/2003 -0700, you wrote:
>We don't have that option. A refresh generally implies closing and reopening[Non-text portions of this message have been removed]
>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