• 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

relatonal database access and XML

 
Ranch Hand
Posts: 189
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have been reading about XML. Are there any examples by which one can do select, insert,delete update etc in RDBMS using this technology. All I understood is that it more like a grammer to send documents back and forth but yet in many reltional databases like oracle there is XML relation. Are there any practical examples for this anywhere?
 
Ranch Hand
Posts: 226
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
you can use SDO to get the data and update back to underline database using the SDO.



http://e-docs.bea.com/liquiddata/docs85/appdev/sdo.html#1175841


Thanks,
Santosh
 
author and deputy
Posts: 3150
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Raj Puri:
...many reltional databases like oracle there is XML relation. Are there any practical examples for this anywhere?



I dont know about oracle now, but sqlserver2005 supports xml storage in a consistent way. Its supports select, delete, xml row updates, insert etc., Try to see the webcast of sqlserver2005 published in MS site, they are pretty useful and pulling.

if you know any links on oracel and xml, please post it here.
 
reply
    Bookmark Topic Watch Topic
  • New Topic