• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Help needed for XML' ing simple database operation !

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi...
I'm developing the front end of this application where when you select something in the drop down box you can construct various database queries where the user inputs the parameters. Now currently this whole thing is done using database tables. This makes the app slow cos i have to query the db everytime the page loads. I want to store the db structure in XML and using parser construt the page ( not using XSL) Can i do this and if so how... Pleas any ideas appreciated. Its kinda urgent !!!
 
reply
    Bookmark Topic Watch Topic
  • New Topic