What Does ".closeopen" method of TFIBDataset Component Do?

151 Views Asked by At

I am using FIB Plus components with Delphi 2010, just would like to know what closeopen(true) does. I tried googling but didn't get info on it.

FIBDataSet.closeopen(true);
1

There are 1 best solutions below

1
On BEST ANSWER

procedure CloseOpen(const DoFetchAll:boolean); This method reopen TpFIBDataSet. DoFetchAll parameter specifies whether to do a full fetch of data.

This quote is from russian version of document "FIbPlus 6.4 Appendix.PDF " Unfortunately I can not find a link to the English version of the document;