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:
parsing xml - can done 1 of many xml parsers java. refer this question.
communicating database - can done using jdbc, has nice tutorial here , another 1 here.
Comments
Post a Comment