• 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

dynamic query generation in xml

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
sir,
1.is it possible to connect sql or msascess to xml database or xml field.
2.how to update & delete records,values in xml database.
3.is it possible to create dynamic query creation in xml.
4.in my project iam using asp as front end & xml as backend
my details of project are
i had created five combo boxes in asp it is
1.client name 2.date 3.project4.facility 5.technician. if i had selected the client name the full details
of the client should be generated as reports in that page
this report should generate as a table as follows
1.client name 2.joborderno 3.date 4.employeename 5.logsheetno
6.facility 7.unit 8.rateper unit 9.amount
this report how it should generate is i had created
two tables for ex 1.logsheet 2.billitem from this two table
ihave to get the reports as mentioned above .
that two tables should be dynamically updated .
how i can able to get the reports from the tables.please
send me a sample codes related to this.and also your suggestions.
thankyou
expecting your reply immediately
 
Sheriff
Posts: 7001
6
Eclipse IDE Python C++ Debian Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"senthilkumar",
The Java Ranch has thousands of visitors every week, many with surprisingly similar names. To avoid confusion we have a naming convention, described at http://www.javaranch.com/name.jsp . We require names to have at least two words, separated by a space, and strongly recommend that you use your full real name. Please choose a new name which meets the requirements.
Thanks.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic