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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 3371 - 3402 of 3864   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3371
The Proplem disapeared when i replaced the "null" parameter with the "p" Object in t.storeDocument(). Guess (hope) this was the problem, though i don't...
uwez2004
Offline Send Email
Apr 1, 2004
6:40 pm
3372
Hy, .. its me again the next error i get, is: " Element type not mapped as a class: lfn " but, as far as i understand Mapping-Files, my configuration is set ...
uwez2004
Offline Send Email
Apr 2, 2004
11:32 am
3373
hi All, This is Bhuvaneswari new member of XML-DBMS group. I am new to XML-DBMS itself, and found it is very useful to work with. Now I am in need of your help...
bhuvaneswari thirumoo...
bhuvana_t_76
Offline Send Email
Apr 5, 2004
6:18 am
3374
I'm using v2(dev) and have uncovered the following behavior. I added the <EmptyStringIsNull/> element to my <Options> element, and was immediately greeted with...
kkokal1
Offline Send Email
Apr 5, 2004
10:00 pm
3375
hi, This is Bhuvaneswari from India. I have started working on XML-DBMS from the last week and I found it is very useful for retrieving things from the...
bhuvaneswari thirumoo...
bhuvana_t_76
Offline Send Email
Apr 6, 2004
9:33 am
3378
You must assign actions on a per-table basis, not a per-column basis. For example, it would not be possible to update the LFN column but insert the EXTID...
Ronald Bourret
xmldbms
Offline Send Email
Apr 7, 2004
5:03 am
3379
This is a bug in the code. storeDocumentInternal assumes that the Properties object is non-null and checks for various optional properties, such as whether to...
Ronald Bourret
xmldbms
Offline Send Email
Apr 7, 2004
5:39 am
3380
1) You do not need an action file when retrieving data. You only need an action file for updating / inserting / deleting data. 2) I tried your map and filter...
Ronald Bourret
xmldbms
Offline Send Email
Apr 7, 2004
7:02 am
3381
hi, Thanks for your reply. I want some clarification on the java coding part of DBMSToDOM class. 1. What I have done is, I have written a method for selecting ...
bhuvana_t_76
Offline Send Email
Apr 7, 2004
10:25 am
3382
I just like to store XML To DBMS via High Level API: ______________________________________________________ p.load(new FileInputStream("parser.props")); ...
uwez2004
Offline Send Email
Apr 7, 2004
2:34 pm
3383
Is it possible (if yes- how) to store "Defaultvalues" or "fixed- Values, to a Row in a Database while i'm storing my documents to Database? -> Maybe via entrys...
uwez2004
Offline Send Email
Apr 7, 2004
8:41 pm
3384
Hello, How do I indicate in the mapping file that I want to map a given ClassMap to multiple tables? i.e. In a single invocation of storeDocument I want to...
naomi18@...
nomes17
Offline Send Email
Apr 7, 2004
11:49 pm
3385
No on both cases. When transferring data from XML => database, the best way to get fixed values is to set the default in the database and omit the element /...
rpbourret@...
xmldbms
Offline Send Email
Apr 8, 2004
4:11 am
3386
Do you mean multiple tables or multiple databases? You say both below. 1) A ClassMap element maps a complex element type to a single table. 2) If you mean...
Ronald Bourret
xmldbms
Offline Send Email
Apr 9, 2004
5:05 am
3387
Hello, Thank you for responding. I meant mapping to multiple databases. I have a question about step 2 of the procedure. Do I create 1 classmap and have n...
naomi18@...
nomes17
Offline Send Email
Apr 12, 2004
12:54 pm
3388
OK. Now I understand what you want. XML-DBMS does not support this directly -- it assumes you want to map a particular element type to a single table in a ...
rpbourret@...
xmldbms
Offline Send Email
Apr 12, 2004
10:22 pm
3389
Hi! I've got a problem with inserting nested XML elements into database (using xmldbms V2alpha3 transfer api). Actually, this is what my XML looks like : <A...
Matts Meus
mattsns
Offline Send Email
Apr 13, 2004
9:05 am
3390
If I am right, your element names have to be unique, so you have to use XSLT before calling XML-DBMS. <A id="1"> <B id="11">...</B> <B id="12>...</B> ...
holger.schimanski@...
Send Email
Apr 13, 2004
11:03 am
3391
"If I am right, your element names have to be unique, so you have to use XSLT before calling XML-DBMS." --> I've tried this, but it seems like I can't redefine...
Matts Meus
mattsns
Offline Send Email
Apr 13, 2004
1:34 pm
3392
Maybe you can create two views to the same table and insert via this views. With this trick you can map two ClassMap to the same table at the database, because...
holger.schimanski@...
Send Email
Apr 13, 2004
3:05 pm
3393
According to your map, A (SegmentDecomposition) can contain B (Segment) but can't contain A. This is the reason that the second level A's are not being...
Ronald Bourret
xmldbms
Offline Send Email
Apr 13, 2004
4:19 pm
3394
Actually, recursion is supported in XML-DBMS. In the ClassMap for an element type, just map the element type as a RelatedClass of itself. -- Ron...
Ronald Bourret
xmldbms
Offline Send Email
Apr 13, 2004
4:20 pm
3395
... The problem with this is that, if two different ClassMaps point to the same table, there is no way to reconstruct the document when retrieving data from...
Ronald Bourret
xmldbms
Offline Send Email
Apr 13, 2004
4:29 pm
3396
This is a good workaround if you don't want to use UseClassMap (as described in the previous mail). If the view could somehow determine which rows came from...
Ronald Bourret
xmldbms
Offline Send Email
Apr 13, 2004
4:32 pm
3397
I now understand the problem. Since you are passing a result set to retrieveDocument, you need to: 1) Name the result set. You use this name as the index in...
Ronald Bourret
xmldbms
Offline Send Email
Apr 13, 2004
4:51 pm
3398
salut ;je suis un etudiant de préparant le desa . svp j'ai un projet qui s'intitule :mapping entre xml et base de donneés ralationnelle( construction d'un ...
hatim bencharqui
hatim79200
Offline Send Email
Apr 13, 2004
7:08 pm
3399
Pour construction d'un XML schema (DTD) d'un schema relationelle (ou vice versa): (dans francais) ...
Ronald Bourret
xmldbms
Offline Send Email
Apr 13, 2004
11:36 pm
3400
XML-DBMS uses primary keys to identify rows to update. Therefore, if you want to update a row, the primary key must be in the XML document. If you are using...
Ronald Bourret
xmldbms
Offline Send Email
Apr 14, 2004
12:11 am
3401
Using Views it is also Possible to set default values, which was a question in a previous mail....
holger.schimanski@...
Send Email
Apr 14, 2004
7:10 am
3402
Hi! Thanx for the quick answer! It helped me to understand XMLDBMS mapping language better, and now the solution seems obvious... but doesn't work for me!...
mattsns
Offline Send Email
Apr 14, 2004
8:23 am
Messages 3371 - 3402 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