Search the web
Sign In
New User? Sign Up
xml-dbms
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2466 - 2495 of 3864   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2466
Yes. See the following methods in DBMSToDOM: public Document retrieveDocument(TransferInfo transferInfo, ResultSet rs, FilterSet filterSet, Hashtable params, ...
Ronald Bourret
xmldbms
Offline Send Email
Sep 1, 2002
2:45 pm
2467
... 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...
Ronald Bourret
xmldbms
Offline Send Email
Sep 1, 2002
2:53 pm
2468
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@...
Send Email
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@...
Send Email
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...
darioromeronava
Offline Send Email
Sep 3, 2002
5:44 am
2471
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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> ...
Ronald Bourret
xmldbms
Offline Send Email
Sep 4, 2002
4:18 pm
2476
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...
Ronald Bourret
xmldbms
Offline Send Email
Sep 4, 2002
4:23 pm
2477
1) I now understand what you want to do. You need to use the InlineMap element: <ClassMap> <ElementType Name="MediaFormat"/> <ToClassTable Name="MediaFormat"/>...
Ronald Bourret
xmldbms
Offline Send Email
Sep 4, 2002
4:51 pm
2478
... 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...
Ronald Bourret
xmldbms
Offline Send Email
Sep 4, 2002
4:56 pm
2479
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@...
Send Email
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@...
Send Email
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...
scott923_myr
Offline Send Email
Sep 11, 2002
5:11 pm
2482
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...
dling61
Offline Send Email
Sep 11, 2002
6:43 pm
2483
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...
Ronald Bourret
xmldbms
Offline Send Email
Sep 11, 2002
10:28 pm
2484
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...
dling61
Offline Send Email
Sep 11, 2002
11:04 pm
2485
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...
Ronald Bourret
xmldbms
Offline Send Email
Sep 11, 2002
11:26 pm
2486
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...
Dongling Ding
dling61
Offline Send Email
Sep 12, 2002
1:20 am
2487
... 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...
Ronald Bourret
xmldbms
Offline Send Email
Sep 12, 2002
6:08 pm
2488
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....
Ronald Bourret
xmldbms
Offline Send Email
Sep 12, 2002
6:08 pm
2489
... 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...
Dongling Ding
dling61
Offline Send Email
Sep 12, 2002
9:58 pm
2490
... After i changed the element DateFormat to the format i am using (yyyy-mm-dd) in the map file, it works now. Thanks Dongling ...
Dongling Ding
dling61
Offline Send Email
Sep 12, 2002
11:19 pm
2491
... Don't hold your breath. I have no plans to implement XQuery any time soon. For a list of XQuery implementations (some Open Source), see: ...
Ronald Bourret
xmldbms
Offline Send Email
Sep 13, 2002
4:06 pm
2492
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...
dling61
Offline Send Email
Sep 13, 2002
7:48 pm
2493
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...
Ronald Bourret
xmldbms
Offline Send Email
Sep 13, 2002
8:04 pm
2494
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 ... ...
Dongling Ding
dling61
Offline Send Email
Sep 13, 2002
8:09 pm
2495
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...
ealawy
Offline Send Email
Sep 17, 2002
8:57 am
Messages 2466 - 2495 of 3864   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help