Tagged Questions
3
votes
6answers
451 views
How can I search a large XML data set?
I have a DataModule with XML and I need do a search...
Unfortunately there are more than 300,000 records and I can't make a loop to check one-by-one.
Is it possible to make a query without using a ...