Re: [fpc-pascal] TSQLQuery and buffering.

2017-03-26 Thread Martin Schreiber
On Sunday 26 March 2017 18:37:36 Michael Van Canneyt wrote: > > > Looking at the above unit, I can only presume you load the field directly > from the cursor returned by the native library. > Correct. > > As far as I can make out, TSQLResult is usable only for scanning a result > set. TDataset has

Re: [fpc-pascal] TSQLQuery and buffering.

2017-03-26 Thread Jesus Reyes A.
En Sat, 25 Mar 2017 02:32:33 -0600, Gary Doades escribió: Many thanks for your reply. I had read about UniDirectional and I have indeed tried this. It doesn't seem to make any significant difference. Looking through the source code for TBufDataset it looks like UniDirectional just turns

Re: [fpc-pascal] TSQLQuery and buffering.

2017-03-26 Thread Michael Van Canneyt
r On Sat, 25 Mar 2017, Martin Schreiber wrote: On Saturday 25 March 2017 10:28:37 Michael Van Canneyt wrote: On Sat, 25 Mar 2017, Martin Schreiber wrote: > On Saturday 25 March 2017 09:32:33 Gary Doades wrote: >> I Understand about the "normal" use of TSQLQuery and data sets and I >> also use

Re: [fpc-pascal] TSQLQuery and buffering.

2017-03-26 Thread Michael Van Canneyt
On Sat, 25 Mar 2017, Gary Doades wrote: I had read about UniDirectional and I have indeed tried this. It doesn't seem to make any significant difference. Looking through the source code for TBufDataset it looks like UniDirectional just turns off building various indexes/structures etc. and f