Page 1 of 1

using memDS

Posted: Fri 17 Apr 2009 10:01
by jkuiper
How important is using memDS?

Now if I declare TMyquery, I only use Myacces in my uses.
When using memDS, will TMyQuery working like TVirtualtable?

Posted: Fri 17 Apr 2009 13:07
by Dimon
TMyQuery and TVirtualtable have different functionality, that does not depend of whether you declare the MemDS unit or not.

Posted: Fri 17 Apr 2009 19:26
by jkuiper
Yes, I know that. But what does memDS really doing?

Posted: Tue 21 Apr 2009 08:37
by Dimon
MemDS unit implements the TMemDataSet class. You can find more detailed information about this class in the MyDAC help.