Hey Guys! I found you all very helpful.
I am using MySql 5.1 and Java. I have a big XML file and need to fill the data of XML file to MySql table.
For MySQL 5.1 there is a procedure (Using XML in MySQL 5.1 and 6.0), but when I try it in my database, it shows no error but on the same side it has no effect. Can anybody help me?
It will be better if you provide me with a brief example.
The LOAD XML
statement is not available before MySQL 6.0.
Thanks