Subject | RE: [IBO] Cursors |
---|---|
Author | Svein Erling Tysvaer |
Post date | 2002-09-09T13:27:40Z |
>I tried only preparing once but got an exception - I had to close andWell, try using open and close for your cursor rather than execute. Then
>re-open (via Prepare)
you should have no problem with only preparing once (there is a bug which I
thought only affected DSQLs, but maybe it is all calls to Execute).
>I also wrote I was gathering data for an in-memory structure - I'm onlySorry, I didn't notice - I guess the C-code demanded too much of my
>collecting data, not updating records.
attention (I'm 100% Delphi).
Set