top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to store a SAX Parser data into MySql

+2 votes
387 views

I have an xml file and I need to parse that file using sax parser an store that parsing data to mysql database.

posted May 28, 2014 by Shiva Kumar H

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

You need to create a set of tables that represent the data contained in your xml and then populate them as you parse the data.

answer May 28, 2014 by Santosh Prasad
...