Page 1 of 1

Populating a virtual table from XML data binding file

Posted: Fri 06 Feb 2009 13:23
by w1ngnut
Hi Guys,

I'm trying to load data from an xml file into a Vritual table.
I call load from file and open the dataset ok but all I get is a blank field in the data grid associated with the dataset.

I've tried opening the .dbx file, but the result is the same.

Anybody got any ideas as to how I can do this?

Cheers

T

Posted: Mon 09 Feb 2009 10:06
by Dimon
Please, try to open this xml file in the VirtualTable demo of MyDAC Demo and check the result.

Posted: Mon 09 Feb 2009 12:59
by w1ngnut
Hi,

I managed to sort it myself.
I used the save to file method of the standard table to create the XML files.
It now works, however, I have found that the components usefulness is somewhat limited due to the fact that I cannot set Master/detail relationships and have to keep setting filters to mimic this functionality, which means I will have to create separate routines for reading and writing data to the database and for doing the same for the virtual tables.

I'm probably going to have to look for another solution.

T