I am trying to select data from relational tables and transform them into XML format. What exactly I am trying to do is: - Select column values from Table 1,...
Sorry about the delay in answering. I've been very busy. 1) The question you are asking is about how to use SQL/XML, which is a standard set of extensions to...
All, Been playing around with eclipse trying to create a few plugins. Finally had success today! There are a few tricks to get xmldbms to work with a plugin...
hello all, I have stated using xml-dbms version 1.01 with postgreSQL, and using the xml parser from Sun i.e JAPX (http://java.sun.com/xml/jaxp/) the jdbc...
Don't confuse Oracle and Oracle :) The Transfer sample has been compiled for Oracle's *XML parser*, not the Oracle *database*. What you need to do is modify...
I've installed DBIx-XML_RDB-0.05, but if I try to execute the following codes, I got an error message saying I don't have XML/XMLtoDBMS.pm #!/usr/bin/perl -w ...
If you are using DBIx-XML_RDB, why are you telling PERL to use XML::XMLtoDBMS? These two products are not related. You can download XML::XMLtoDBMS from: ...
I have the following xml <root> <a> <b></b> <c></c> <d></d> <d></d> <d></d> </a> <a> ... </a> </root> and want to map that to table 1 table 2 b(key) c...
I have the following DTD: <!ELEMENT generic(A,A,B,B,C)> how could i generate another DDL using .MAP? Leonardo...
Leonardo G Chaves
grandi@...
Oct 20, 2003 6:03 pm
3185
I have the following DTD: <!ELEMENT generic(A,A,B,B,C)> how could i generate another DDL using .MAP? version 2.0 Leonardo...
Leonardo G Chaves
grandi@...
Oct 20, 2003 6:04 pm
3186
I have the following DTD: <!ELEMENT generic(A,A,B,B,C)> how could i generate another DDL using .MAP? version 2.0 Leonardo...
Leonardo G Chaves
grandi@...
Oct 20, 2003 6:04 pm
3187
Hello, I'm using XML-DBMS 2.0 alpha3 as found on the project page (http://www.rpbourret.com/xmldbms/xmldbms20alpha3.zip)... I'm wondering if there is any new...
Your map is invalid. In particular, the PropertyMap is not legal -- you need separate PropertyMaps for b, c, and d. b and c are mapped to columns, while d is...
Sorry if this is a duplicate... ... There are few or no new features -- it's mostly just code cleanup and bug fixes. Using the CVS code is probably not a good...
See the documentation for org.xmlmiddleware.xmldbms.tools.MapManager. If you already have a map, you want to use the map as input and sql as output. If you...
I understand it will be available at conferences such as OOPSLA and Enterprise IT Week. It is best to simply order it from Amazon and wait for it to ship. If...
I am getting the following exception when trying to retrieve from a database, the error only occurs when I set the MININGSESSIONS table as the root. All other...
I am noticing some strange behavior when inserting a dataset similar to the Orders example containing 123 items. In MSAccess it moves along quickly until the...
I'm beginning to suspect the JDBC Driver (+ eclipse?), since DBEdit plugin exhibits similar behavior, curiously enough command line version of transfer does...
Hi, I'm new to XMLToDBMS and I have a problem with generating keys. I have two tables related to each other. How can I - generate primary keys to both tables...
Hi, sorry about the formatting of the output (DB content) in my last message. My DB has the following data after Transfer sample: SUPPLY (id, year, number): ...
Hi! I'm a newbie and I have some questions. I want to integrate the xmldbmiddleware in an existing framework, but I have a few question to the current...
Hi, I'm new to xmldbms. When i retrieve numeric data from sql server using xmldbms2.0 , gets appended to the data. For eg an id 1065697033878 gets retreived as...
rajadayalan
rajadhayalan@...
Nov 3, 2003 8:39 am
3206
Just done a cvs download from sourceforge. Some problems: org.xmlmiddleware.db: CPConnection implements Connection : Doesn't implement Connection fully. There...