aspose file tools
The moose likes XML and Related Technologies and the fly likes Convertion of xml file to sql file. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "Convertion of xml file to sql file." Watch "Convertion of xml file to sql file." New topic
Author

Convertion of xml file to sql file.

gowtham thurangi
Greenhorn

Joined: Apr 05, 2011
Posts: 13

Hi All,

I have a xml file with data. I want to convert it into sql file using java. so that i can use that sql file for further cases.Please Reply...

Thanks.
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12267
    
    1
The ServingXML toolkit has utilities like that.


"Please Reply" Why did you think that necessary?

Bill

Java Resources at www.wbrogden.com
gowtham thurangi
Greenhorn

Joined: Apr 05, 2011
Posts: 13

Hi,

Actually in my project, we convert the data from text files to xml file and after that we are inserting into database. But in between i need to get the sql file so that it can be useful like backups.
In sql file we need to maintain data and sql query. of that particular table. I have sql server database, Iam getting sql file from database backup. But i need while inserting into database.

Please Help me.

ThankYou.
Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 16483
    
    2

Well, that didn't sound anything like your original post. Actually I didn't understand it at all. But I think that's because I don't understand what you mean when you say "the sql file". What exactly is an "SQL file" anyway?
 
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: Convertion of xml file to sql file.
 
Similar Threads
very basic questions
SQL Statements in XML document
SQL in properties file
Java Program to Convert Oracle database to a single SQL file.
sql query stored in the xml, parsed and executed from java - throws malformed exception