Subject TIBOQuery vs. TIBOTable
Author dr_bentonquest <correoschafa@hotmail.com>
Hi there,

I am building an application that will run over a WAN and would like
to know if, in general terms, using TIBOQuery (for data entry
screens) would be better than TIBOTable, i.e., which one is more
suitable for a low-bandwidth scenario. Also, I believe that calling
the 'Last' method is bringing over all the data from the server to
the client and not only the true last record in some smart way. Am I
correct?

Thanks in advance for your answers,

-BQ