I am looking for some free JDBC driver to read an xml file. I found one JDBC driver for reading xml files, by Sunopsis but its not free. Anyone having knowledge about it, please let me know.
Thanks
K Riaz
Ranch Hand
Joined: Jan 08, 2005
Posts: 375
posted
0
JDBC has nothing to do with XML.
Damanjit Kaur
Ranch Hand
Joined: Oct 18, 2004
Posts: 346
posted
0
I am talking about JDBC driver (Java based driver to read xml files) where we can issue sql commands to read/update xml file just like any other database source. Here is the link for JDBC driver that I found but its not free. http://www.sunopsis.com/corporate/us/products/jdbcforxml/
I need this JDBC driver to make service file for using JCA in JBoss to read xml file.