Question : execute sql which is placed in an xml file using Java code

how to execute sql which is placed in an xml file using Java code?

Answer : execute sql which is placed in an xml file using Java code

please mention the structure of your xml.
In simple words, you simply need to extract the query out of XML and execute the same.

Let me know if you need pointers/help on how to execute sql statement in java.

Random Solutions  
 
programming4us programming4us