Virtual Table

Discussion of open issues, suggestions and bugs regarding Virtual Data Access Components for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
sanjivan

Virtual Table

Post by sanjivan » Tue 14 Dec 2004 15:05

Hi,

IS there any way to create a virtual table with name? I want to create a table virtuall & then need to insert data into that. Then we need to fetch that data for our purpose. Is that possible with MyDAC??

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Wed 15 Dec 2004 13:28

TVirtualTable component is a record storage not concerning to any database.
You can load and save record to disk and use TVirtualTable with data access
components.
You cannot post these records to any database or fill TVirtualTable with
records obtaining by executing SQL statement.

Post Reply