using memDS

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
jkuiper
Posts: 138
Joined: Fri 04 Aug 2006 14:17

using memDS

Post by jkuiper » Fri 17 Apr 2009 10:01

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?

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Fri 17 Apr 2009 13:07

TMyQuery and TVirtualtable have different functionality, that does not depend of whether you declare the MemDS unit or not.

jkuiper
Posts: 138
Joined: Fri 04 Aug 2006 14:17

Post by jkuiper » Fri 17 Apr 2009 19:26

Yes, I know that. But what does memDS really doing?

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Tue 21 Apr 2009 08:37

MemDS unit implements the TMemDataSet class. You can find more detailed information about this class in the MyDAC help.

Post Reply