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

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -