Hello.
Is it possible open cursor with only one time execution on DB server? I mean if is possible exclude first, describe only, call of server. Describe is offered by server implicitly with execution of select, no explicit call is necessary but ODAC used it for preparing fields...
I found
FAutoInitFields: boolean; // initialization fields by InternalInitField
FDeferredInitFields: boolean; // initialization field on Open, if False then on Prepare
but I don't konw if is possible change it without damage of functionality.
Can you help me, please?
ODAC: 3.90
Oracle: 8-10
Delphi: 4
Thank you very much.