Insert the xml file data into a database using java? -


i wanted insert data xml file database java. includes creating table, followed inserting data in xml file.

i'm not going supply code it, give direction:

there 2 parts task:

  1. parsing xml - can done 1 of many xml parsers java. refer this question.

  2. communicating database - can done using jdbc, has nice tutorial here , another 1 here.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -