Load into VirtualTable from MyQuery

Discussion of open issues, suggestions and bugs regarding Virtual Data Access Components for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
gcaramia
Posts: 8
Joined: Fri 05 Nov 2004 21:34
Location: Italy

Load into VirtualTable from MyQuery

Post by gcaramia » Mon 15 Nov 2004 08:53

Is it possible to load fields and data from a MyQuery into VirtualTable ?

thanks
gcaramia

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

Post by Paul » Tue 16 Nov 2004 08:50

Please use TVirtualTable.Assign(MyDataSet) for copying field structure and records from source dataset

Post Reply