G
Guest
I've created a representation of a relational structure using the XML schema
template. I've populated the structure using a series of 'flat' text files
(I'm doing this in anticipcation of also accessing an Oracle structure at a
later date). I've defined 'keys' on the relational structure. How do I access
data rows based on key values - for example I might have a key defined as
'first name', 'surname' - the only way I seem to be able to access the data
is to set up a FOR loop and compare the 2 data columns. Is there a way to set
up a 'query' which returns the row in a single statement?
thanks
template. I've populated the structure using a series of 'flat' text files
(I'm doing this in anticipcation of also accessing an Oracle structure at a
later date). I've defined 'keys' on the relational structure. How do I access
data rows based on key values - for example I might have a key defined as
'first name', 'surname' - the only way I seem to be able to access the data
is to set up a FOR loop and compare the 2 data columns. Is there a way to set
up a 'query' which returns the row in a single statement?
thanks