JDBC access for XML files
Hello,
I need to access some XML files from my jave application. Does anyone know
of any JDBC driver to access my XML files.
Thank you
Jane Delanoire
Sydney
[191 byte] By [
Jane] at [2007-11-9 15:23:23]

# 1 Re: JDBC access for XML files
Hi,
I think you might use Sunopsis JDBC for XML driver. It's a type 4 JDBC driver.
I hope that this might help.
You can download it here:
http://www.sunopsis.com/corporate/us/products/jdbcforxml/
Omar
"Jane" <jane1972@yahoo.com> wrote:
>
>Hello,
>
>I need to access some XML files from my jave application. Does anyone know
>of any JDBC driver to access my XML files.
>
>Thank you
>
>Jane Delanoire
>Sydney
Omar at 2007-11-11 23:30:20 >

# 2 Re: JDBC access for XML files
Hello,
Please could you tell us if there is an obligation to purchase an XML database
with your driver JDBC
Thanks
Mark
"Omar" <lacabessa@eudoramail.com> wrote:
>
>Hi,
>
>I think you might use Sunopsis JDBC for XML driver. It's a type 4 JDBC driver.
>I hope that this might help.
>
>You can download it here:
>http://www.sunopsis.com/corporate/us/products/jdbcforxml/
>
>Omar
>
>"Jane" <jane1972@yahoo.com> wrote:
>>
>>Hello,
>>
>>I need to access some XML files from my jave application. Does anyone know
>>of any JDBC driver to access my XML files.
>>
>>Thank you
>>
>>Jane Delanoire
>>Sydney
>
# 3 Re: JDBC access for XML files
Well your Xml files are the data source. It's the driver which does the XML-relational
mapping and supports the JDBC 2.0 interface. A java application will access
the XML files via the driver as if they are forming a relational database
so there is no need to buy any XML database.
You can have more information here: http://www.sunopsis.com/corporate/us/products/jdbcforxml/
M.AMAR
"Mark Rosen" <mark_rosen@yahoo.com> wrote:
>
>Hello,
>
>Please could you tell us if there is an obligation to purchase an XML database
>with your driver JDBC
>
>Thanks
>
>Mark
>"Omar" <lacabessa@eudoramail.com> wrote:
>>
>>Hi,
>>
>>I think you might use Sunopsis JDBC for XML driver. It's a type 4 JDBC
driver.
>>I hope that this might help.
>>
>>You can download it here:
>>http://www.sunopsis.com/corporate/us/products/jdbcforxml/
>>
>>Omar
>>
>>"Jane" <jane1972@yahoo.com> wrote:
>>>
>>>Hello,
>>>
>>>I need to access some XML files from my jave application. Does anyone
know
>>>of any JDBC driver to access my XML files.
>>>
>>>Thank you
>>>
>>>Jane Delanoire
>>>Sydney
>>
>
M.AMAR at 2007-11-11 23:32:15 >

# 4 Re: JDBC access for XML files
no you don't need to. Unlike other middleware products which transfer data
between an XML document and a database, Sunopsis XML Driver treats an XML
document as a JDBC data source. This allows existing JDBC applications to
use XML documents as data sources. You can query hierarchical and tabular
XML documents using standard SQL syntax (SELECT, UPDATE, INSERT,
DELETE, JOIN .).
http://www.sunopsis.com/corporate/us/products/jdbcforxml/
Omar at 2007-11-11 23:33:15 >
