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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 3282 - 3312 of 3864   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3282
Hi, I've just come across xmldbms and would like to test it and see if I can use it. We work with data models in XML format (from tools like ERWin). We want to...
ers_sg
Offline Send Email
Jan 6, 2004
2:41 am
3284
I know that XML-DBMS supports treating empty string values as null values via the <EmptyStringIsNull/> element. However, it appears that this is primarily...
brian_van_allen
Offline Send Email
Jan 8, 2004
6:05 pm
3285
Hi all. I am new in XML-DBMS. I search a tool which can help me in db2db data migrations, and XML-DBMS is very interesting. I have made some test and all works...
michele_odo
Offline Send Email
Jan 11, 2004
10:43 pm
3286
Sorry to take so long replying. I've been out of town. I don't know anything about EXPRESS, but I did a quick check on Google. It appears there is some...
Ronald Bourret
xmldbms
Offline Send Email
Jan 13, 2004
8:03 am
3287
Yikes! This does not sound like the way to go. Because GenerateMap generated one table per element, I suspect that this DTD is not suited for use with...
Ronald Bourret
xmldbms
Offline Send Email
Jan 13, 2004
8:17 am
3288
Hi all, I'm working on an archiving project. The goal of this project is to provide to companies some archiving solutions of their business et legal documents...
Yannick Thebault
titanouk
Offline Send Email
Jan 13, 2004
11:39 am
3289
If you don't mind this happening for all your documents regardless of what the map says, then the following (uncompiled, untested) code should work. In...
Ronald Bourret
xmldbms
Offline Send Email
Jan 15, 2004
7:02 am
3290
In both version 1.x and 2.0, this is done by (a) adding a RelatedClass element for EntityB to the ClassMap for EntityA, and (b) declaring that the table of the...
Ronald Bourret
xmldbms
Offline Send Email
Jan 15, 2004
7:25 am
3291
1) I don't know of any publicly published benchmarks. The problem is that many licenses do not allow benchmark results to be published. 2) There are a number...
Ronald Bourret
xmldbms
Offline Send Email
Jan 15, 2004
7:45 am
3292
Hi Ron. Thank you very much for the reply! I'll give it a try... As a future enhancement, you might treat this as standard behavior if the...
Van Allen, Brian
brian.vanallen@...
Send Email
Jan 15, 2004
1:09 pm
3293
Hi, Thanks for your answer. Our target is to use a native XML database but as we will need to manage many tera octets of data, we need to have a careful...
Yannick Thebault
titanouk
Offline Send Email
Jan 15, 2004
6:57 pm
3294
Thank you, Ron, for your answer. Your notes are very useful, but I think there is a case when this does not works. When I use key generators for PKs, I am not...
michele_odo
Offline Send Email
Jan 15, 2004
9:54 pm
3295
Good point. I was trying to think of yet another option for this, but your suggestion makes more sense. I'll add it to the list. -- Ron...
Ronald Bourret
xmldbms
Offline Send Email
Jan 16, 2004
6:58 am
3296
Just so you understand. This mailing list is for a product named XML-DBMS. This product transfers data between XML documents and relational databases using an...
Ronald Bourret
xmldbms
Offline Send Email
Jan 16, 2004
8:04 am
3297
1) Which version of XML-DBMS are you using? 1.x or 2.0? 2) Just to make sure I understand your problem: a) Your XML document contains two instances of the same...
Ronald Bourret
xmldbms
Offline Send Email
Jan 16, 2004
9:22 am
3298
Ron, my previous mail was incomplete. Sorry. I try now to explain my situation. Consider the (classic) authors-books problem: an author is related to many...
michele_odo
Offline Send Email
Jan 18, 2004
11:38 pm
3299
I thought about this and agree with you. I will try to add this in the next release. In the mean time, here is a list of the changes you can make if you want...
Ronald Bourret
xmldbms
Offline Send Email
Jan 23, 2004
6:49 pm
3300
Hi, I am a newbie with xml-dbms. I use version 2 alpha 3 with the database PostGreSQL. However, i have some problems with: - Key Generator (i must use HighLow...
jloic007
Offline Send Email
Jan 25, 2004
10:13 am
3301
Hi Ronald, That's exactly what I need too for importing data into my database. But I'm not so familiar with the details and implementation of the XMLDBMS...
Peter Burri ACE
p.burri@...
Send Email
Jan 28, 2004
9:14 am
3302
Hiya, I've just installed ActiveState Perl v5.8.x and have used the Perl Package Manager to install all packages including DBI. [I know that's bloat, but...
R Fanta
rickaroni_th...
Offline Send Email
Jan 29, 2004
3:35 pm
3303
See below. As before, the code is uncompiled and untested. -- Ron ... In ActionCompiler, add two cases to startElement: case...
Ronald Bourret
xmldbms
Offline Send Email
Jan 30, 2004
4:17 pm
3304
A user (Hans Kozik) has found and fixed a couple of bugs in v1.01. Both fixes look correct, but I have not tested them. I am posting them here because I am no...
Ronald Bourret
xmldbms
Offline Send Email
Jan 30, 2004
4:19 pm
3305
... What you use as your key is your choice. If you generate a map from a DTD, it will use the HighLow key generator. However, this is not always the best...
Ronald Bourret
xmldbms
Offline Send Email
Jan 30, 2004
4:55 pm
3306
I was in the GenealogyXML yahoo groups and posted a suggestion about XLink. Is this a valid XLink usage?, I'm trying to make two instances of xlink, one for...
johncoe42
Offline Send Email
Feb 1, 2004
12:47 am
3307
This doesn't just go against the design principles of namespaces, it isn't even namespace valid. The problem is that both attributes resolve to the href...
Ronald Bourret
xmldbms
Offline Send Email
Feb 2, 2004
5:58 am
3308
yes, I found a restriction aginst it in 5.3 of the namespace spec. Thanks for your input. ... resolve ... It is ... name on ... points to ... <relative> ... ...
johncoe42
Offline Send Email
Feb 3, 2004
11:31 pm
3309
Greetings Well, after generating a map file from my dtd, creating the tables with the generated sql, and getting the server set up so I could access it, all ...
Mike Muratet
muratem@...
Send Email
Feb 4, 2004
10:59 pm
3310
... I hope you took a look at the map and the generated SQL before you used them. The generation process is less than perfect, and you can often significantly ...
rpbourret@...
xmldbms
Offline Send Email
Feb 5, 2004
12:22 am
3311
... It looked OK to me. It's been awhile since I've done any real database design. I thought about trying to apply one or more of the available data modeling...
Mike Muratet
muratem@...
Send Email
Feb 5, 2004
2:32 pm
3312
... OK. Three things you should really look for are: 1) The generated map uses keys generated by XML-DBMS. Are there any fields in the document that you can /...
rpbourret@...
xmldbms
Offline Send Email
Feb 5, 2004
7:30 pm
Messages 3282 - 3312 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