TAdoTable allways set FetchAll to True so for TUniTable I set FetchAll to True too. My table has 15.000 records, database Microsoft Access.
I founded that the Refresh of TUniTable has the same speed as Requery of TAdoTable (I means it's very fast ), since Refresh of TAdoTable is very slow.
If TUniTable/TUniQuery has Requery method, would it be faster than TAdotable/TAdoQuery Requery method ?
