Yes. See the following methods in DBMSToDOM: public Document retrieveDocument(TransferInfo transferInfo, ResultSet rs, FilterSet filterSet, Hashtable params, ...
... This looks simpler to me, and it allows the artikel_id columns to be foreign keys pointing to category_id. (I'm not sure why lang and content are in the...
Von: Ronald Bourret <rpbourret@...> ... with a ... Hmm... something was mixed up. For clarification: artikel_id columns are foreign keys pointing to...
Peter Nuetzel . inglobo
peter.nuetzel@...
Sep 2, 2002 12:32 pm
2469
In my previous example, In fact I want to get the sub elements from the Duration element mapped to the table from the father element MediaFormat : ... ...
Claude Le Berre
claude.leberre@...
Sep 2, 2002 1:01 pm
2470
Hi everyone, I am new in this group. I joined this group because I am working with a solution ¿similar? to XML-DMBS from de.tudarmstadt.ito.xmldbms. Are the...
de.tudarmstadt.ito.xmldbms is the packagename for xml-dbms 1.x which I think was originally developed by Ronald Bourret at the university in darmstadt. and...
Peter Nuetzel . inglobo
peter.nuetzel@...
Sep 3, 2002 11:46 am
2472
Hello I am new to this group . Few weeks ago, I try to build a tool to transfer XML-Schema to Database Schema and batch insert XML-Document to RDB by those ...
doug
doug@...
Sep 4, 2002 2:28 am
2473
Hi Everyone, I'm very new to this group. I've been reading over the documentation. I've been able to create some map files that work. Thanks for such a great...
Kip Lawrence
kip@...
Sep 4, 2002 2:51 pm
2474
Hi Kip, May be such a mapping is possible with xml-dbms 2.x directly via the FixedOrder element. But I think not (Ron?) Otherwise you may use xslt to transform...
Peter Nuetzel . inglobo
peter.nuetzel@...
Sep 4, 2002 3:59 pm
2475
Before you store data in the database, use XSLT to transform your XML document to: <catalog> <product> <small_image> Small Image </small_image> <medium_image> ...
If you are using XML-DBMS v1.x, you can download classes to generate an XML-DBMS map from an XML Schema[1]. From the map, you can then generate a database...
1) I now understand what you want to do. You need to use the InlineMap element: <ClassMap> <ElementType Name="MediaFormat"/> <ToClassTable Name="MediaFormat"/>...
... The FixedOrder element will help when you are transferring data from the database to an XML document. It will ensure that child elements are created in the...
Thank you for your suggestions. I think that using XSLT to transform the XML to what I want is the way to go. Thanks!...
Kip Lawrence
kip@...
Sep 4, 2002 7:04 pm
2480
Thanks~~~ I'm trying. By the way,before I know XML-DBMS, I spent lot of time on XML-Schema mapping to Database and try to batch insert XML documents into...
doug
doug@...
Sep 5, 2002 6:07 am
2481
I found this report to be of interest - its downloadable but costs $$ - the report discusses self IT career assessment within Information Technology and career...
One more question to follow up this. I have a small enterprise data model containing about ten tables. I also have different queries to select tables. Some of...
This is to let you know that I will be out of the office from September 14 to October 20. I will not be on email during this time, so please answer each...
Hi I am using Hypersonic database on my PC. When I pass a Date parameter value into the hashtable, I have to convert String to java.sql.Date. Otherwise, I got...
There are two things going on here. 1) The map file defines the structure (hierarchy) of the retrieved data. Each different hierarchy requires a different map...
Thanks for the comments. In my application a user interface accepts query requests from users. That means during the run time I have to figure out which map...
... I can't say if it's reasonable or not. It doesn't sound easy. How does the user enter their query? Do they just type things in (which means you need to...
I checked the code. It checks the data type of the object you pass and converts it accordingly. That is, it should be able to use either a Date or a String....
... There are list of queries to be chose. ... That is what I am doing right now. But I view this as a workaround. At this stage we can live with this. ... I...
In my case I really don't where is the absolute path of xmldbms2.dtd. This depends on the installation. What I can do is put the *.dtd file in the same...
If you don't care about validation: a) Remove the SYSTEM clause from DOCTYPE statement in your map (filter, action) files, or remove the DOCTYPE statement...
I turn on when i develop my application. When I deploy my application, i should turn it off since the .map file is going to be changed. Dongling ... ...
Dear Sir, I am trying to experiment some 3-tier application development using JAVA , and I used the XMLDBMS package. Unfortunately, the DBMSToXML does not work...