Results 1 to 6 of 6
- 11-09-2011, 08:24 AM #1
Member
- Join Date
- Nov 2011
- Posts
- 2
- Rep Power
- 0
- 11-09-2011, 09:01 AM #2
Senior Member
- Join Date
- Jun 2008
- Posts
- 2,366
- Rep Power
- 8
Re: exporting data from .xml file to mysql
Parse it using an xml parser (there are some built into the java language) and use jdbc to insert it into the db. See the tutorials on both of those items, and then combine them.
- 11-09-2011, 12:10 PM #3
Member
- Join Date
- Nov 2011
- Posts
- 2
- Rep Power
- 0
Re: exporting data from .xml file to mysql
Hi,thank you so much for your help.
Actually im not very good in java and need to do things at the earliest so if you can provide me code for that,i will be highly obliged.
Thank you
Nitish
- 11-09-2011, 12:16 PM #4
Senior Member
- Join Date
- Jun 2008
- Posts
- 2,366
- Rep Power
- 8
Re: exporting data from .xml file to mysql
I'll bet you would be, since you then would not have had to do anything. Hint, tutorials have code in them.
- 11-13-2011, 07:54 AM #5AlphaSupport Guest
Re: exporting data from .xml file to mysql
Not related to Java, but this might be useful: 12.2.7. LOAD XML Syntax
- 12-06-2011, 11:17 AM #6
Member
- Join Date
- Dec 2011
- Posts
- 5
- Rep Power
- 0
Re: exporting data from .xml file to mysql
Dear all
i am having a mysql database which is fed with a php form. i want to add an additional featute to the form: enter the data in mysql database using an xml file.
The XML file may contain 1-10,000 enteries and each entry should form a unique entry in the mysql database. Please help me how can i
1) enter the xml data directly into the mysql db
2) Enter data from XML file using a php form.
Any of the methods to enter the data are welcome.
I am attaching a sample XML file which contains a number of enteries. Each entry starts with <PubmedArticle> tag and ends with </PubmedArticle> tag.
Thanks in advance.
Similar Threads
-
Exporting and Importing TableModels from File
By CJC in forum AWT / SwingReplies: 0Last Post: 08-18-2011, 05:44 PM -
Issue in jave coroutines (nevaobject.src) for exporting /importing data to excel fil
By sukritigoel in forum Advanced JavaReplies: 0Last Post: 03-18-2011, 10:26 AM -
Problem with exporting csv file using template
By trongcuong1710 in forum NetworkingReplies: 1Last Post: 12-08-2010, 03:40 AM -
Exporting to a executable JAR file
By Drun in forum EclipseReplies: 4Last Post: 03-27-2010, 03:16 PM -
Exporting WAR File Issue
By bsimic in forum EclipseReplies: 0Last Post: 12-29-2009, 03:23 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks