Главная страница | назад





Article #10310: How do I make a TQuery not use memory as scrolls forward

Q. I notice that as I scroll my TQuery forward more and more memory is used. How do I prevent this?

A. If your TQuery is forward only cursor, then setting unidirectional to true will resolve the problem.

Note that any memory used by the TQuery is freed when the TQuery is closed.

Last Modified: 01-OCT-99