aspose file tools
The moose likes Web Services and the fly likes XML response from stored Procedure Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "XML response from stored Procedure" Watch "XML response from stored Procedure" New topic
Author

XML response from stored Procedure

vijay kumar
Ranch Hand

Joined: Nov 05, 2005
Posts: 58
How to get XML response from database stored procedure
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35443
    
    9
Receiving XML out of a database is not part of standardized SQL, so each database has its own syntax and semantics for it (if it is supported at all). Your best bet would be to check the documentation of the database you're using.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: XML response from stored Procedure
 
Similar Threads
Callable statement return xml result
Java servlet accessing DB2 cobol stored procedure
How to retrieve data in xml format through stored procedure in oracle 9?
How to get data in xml format from oracle 9i thru stored procedure
VARBINARY in sp -how-to