Page 1 of 1

VirtualTable and IBX?

Posted: Fri 15 May 2009 18:08
by werkstattboss
Hello,
I just got my IBDAC license and I am trying to migrate from IBX. I guess it will take some time to convert my app completely.
But, I need a Dataset for reporting purposes with the ability to delete records in the report but not in the real table.
I used to do it with a ClientDataSet.
Now I wonder whether it might be possible to start at this point with the migration. Sort of...

Is it possible to fill a TVirtualTable with records from an IBX Dataset???

TIA

Rolf

Posted: Mon 18 May 2009 07:49
by Plash
You can set the LocalUpdate property of TIBCQuery to prevent it from sending changes to the database.

You can use the Assign method of TVirtualTable to fill it with data from a dataset.