XML query

wxdqz

New Member
We have a knowledge database containing a list of questions (around 200).In our web application, we diplay only one question at a time.Now we wanted to cache this list of questions in an Application variableand would like to know what method would be the most appropriate (performancewise). We were thinking of building an XML document but are concerned abouthow fast are query on XML documents compare to opening a connection to databaseand retrieving the question one at a time.
 
Back
Top