Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Potentially dumb question comparing XML and recordset

Status
Not open for further replies.

Chomauk

Programmer
Jun 8, 2001
130
Hi,

Newbie here and trying to learn XML...I don't understand why I'd want a list in and XML file if all I'd have to do is simply store the data in MySQL. I would then get whatever data I need and create a loop to show it.

I'm sure there's a logical explanation so please tell me what I'm missing.

thanks

"Failure is the tuition you pay for success."
~ Walter Brunell ~
 
We load xml as it is far less resource intensive than loading a new recordset each page view, if the information is constant or doesn't change that often.

hth

simon
 
Great, thanks for the answer. I had a feeling it must have had something to do with that. Now I can learn XML without that question bouncing around in my head.

"Failure is the tuition you pay for success."
~ Walter Brunell ~
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top