Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

xml-dbms

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 792
  • Category: XML
  • Founded: Mar 5, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 1561 - 1590 of 3869   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1561 Annalisa Pinna
apinna@... Send Email
Nov 1, 2001
10:21 am
Thank Sean, Do you have any idea when the version 2.0 will be available? What I need to do is to create a Java Database application which will receive request...
1562 Ronald Bourret
rpbourret@... Send Email
Nov 1, 2001
11:00 am
... No. Every time we try to make an estimate, it's wrong, so we've given up trying :) -- Ron...
1563 Annalisa Pinna
apinna@... Send Email
Nov 1, 2001
3:56 pm
Hello, I have just received from my collegue the rule.xml and I have tried to generateunsuccesfully the map file using GenerateMap. The rule.sql was empty. ...
1564 Annalisa Pinna
apinna@... Send Email
Nov 1, 2001
3:58 pm
Here the rule.xml and rule.map Thanks Annalisa ... -- ********************************************************* The information contained in this e-mail may...
1565 Annalisa Pinna
apinna@... Send Email
Nov 1, 2001
4:05 pm
Sorry, but I can see the attachements. A) This is rule.xml <TRANSACTION name = "IsdnOut"> <ACTIONSEQUENCE name = "SendIsdn";> <ACTION name = "Validate";...
1566 Ronald Bourret
rpbourret@... Send Email
Nov 1, 2001
6:36 pm
... GenerateMap generates a map from a DTD. If you pass it an XML document, GenerateMap looks for an internal and/or external DTD in that document. If it...
1567 Ronald Bourret
rpbourret@... Send Email
Nov 1, 2001
6:37 pm
... The mailing list doesn't accept attachments. This is to avoid spreading viruses. Including the XML in the message (like you did) is fine. -- Ron...
1568 apkeliye
sumesh_b Send Email
Nov 1, 2001
6:38 pm
Hi Ron Thanks for the answer. I have another question. Is there any way I cound avoid the table name? My idea behind thsi is to make the java class files...
1569 Ronald Bourret
rpbourret@... Send Email
Nov 1, 2001
7:10 pm
... I don't understand this. This should already be true. Where do you have a table name in a java class file? -- Ron...
1570 apkeliye
sumesh_b Send Email
Nov 1, 2001
7:23 pm
I am using the the codes of Transfer.java into my code. I am not using command line. Here I need to have tablename to call doc =...
1571 Ronald Bourret
rpbourret@... Send Email
Nov 1, 2001
7:40 pm
The table name and key value have to come from somewhere. Otherwise, XML-DBMS does not know what table and key to use to start retrieving the data. If you do...
1572 apkeliye
sumesh_b Send Email
Nov 1, 2001
7:51 pm
I was thinking of having a property file and another xml file to get these values. I have done it almost. Now I am working on inserting records into tables. 1...
1573 Ronald Bourret
rpbourret@... Send Email
Nov 1, 2001
9:41 pm
... If the XML document has nested data from multiple related tables, you can use a single map document. See sales.map and sales_in.xml in the samples...
1574 factorialx@...
factorialx Send Email
Nov 2, 2001
6:06 am
Dear friends, I am a xml file like that: <a> <b att="1"> <c>test</c> </b> </a> I want to edit the attribute of <b> when I add one more <c>, like that: <a> <b...
1575 Ronald Bourret
rpbourret@... Send Email
Nov 2, 2001
8:16 am
This list is for discussing XML-DBMS, which is an Open Source product for transferring data between XML documents and relational databases. This question would...
1576 shiva azizi
parmiss_6@... Send Email
Nov 2, 2001
8:18 am
Hi:) I am the new member of this group.Unfortunately I do not understand any thing about the mails that I receive.Is there any one who tell me what is going ...
1577 Ronald Bourret
rpbourret@... Send Email
Nov 2, 2001
8:24 am
This mailing list is for discussing XML-DBMS, a product for transferring data between XML documents and relational databases. You can find the XML-DBMS home...
1578 Annalisa Pinna
apinna@... Send Email
Nov 2, 2001
9:05 am
Thanks Ron, Yesterday I wrote my first DTD and GenerateMap works well. Thanks a lot for your availability. Annalisa ... -- ...
1579 prathap n
vampirenn24@... Send Email
Nov 4, 2001
4:11 am
Hy im working on a project where ,given a DTD There is swing based UI from which the user will be able to Map the elements defined in DTD to a the database...
1580 adam flinton
aflinton@... Send Email
Nov 6, 2001
4:47 pm
Dear All, I'm building a map builder GUI & I'd like to pick any available brains re the best way to: A) Test a Connection to a DB (i.e. you've plonked in the...
1581 Josep Miquel Garcia R...
jmgarcia@... Send Email
Nov 6, 2001
5:01 pm
Depending on the database you could do something different i.e. SQLServer: select top 1 * from A Oracle: select * from A where rowid=1 But I think is easier to...
1582 Sean
sean0x77 Send Email
Nov 6, 2001
5:03 pm
... _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com...
1583 Ronald Bourret
rpbourret@... Send Email
Nov 6, 2001
6:46 pm
... In most cases, you'll want to use DatabaseMetaData.getTables. You only need to use ResultSetMetaData when the person is explicitly mapping a result set --...
1584 SOMU
sumesh_b Send Email
Nov 6, 2001
7:26 pm
Hi Ron I am not able to insert records in the second table. here is the map file <!DOCTYPE XMLToDBMS SYSTEM "H:\AJI\xmldbms.dtd"> <XMLToDBMS> <Maps> ...
1585 Ronald Bourret
rpbourret@... Send Email
Nov 7, 2001
7:12 am
... Adam Flinton is also working on a UI like this. You might be able to help him, such as to share ideas. ... Agreed. We need a tool like this. ... This is...
1586 Ronald Bourret
rpbourret@... Send Email
Nov 7, 2001
9:52 am
I assume your table structure is something like: CrimeReport ... Victim1ID Occ_Location Victim ... VictimID FirstName LastName If you want to use the...
1587 prathap n
vampirenn24@... Send Email
Nov 7, 2001
1:27 pm
hy ron im trying to get the xmldbms 1.1 version thru cvs im not able to get it cuz some proxy probs ,if anyone has xmldbms 1.1 version plx send it to me ...
1588 adam flinton
aflinton@... Send Email
Nov 7, 2001
2:09 pm
... It does thanks. Adam [Non-text portions of this message have been removed]...
1589 adam flinton
aflinton@... Send Email
Nov 7, 2001
2:09 pm
Dear All, Still on with the GUI..... I haven't used a Database which uses Catalogs yet (though I plan to test this (does PostGreSQl use Catalogs?)). I know...
1590 adam flinton
aflinton@... Send Email
Nov 7, 2001
2:09 pm
Dear All, Thanks a lot for the select * from A where x=1 idea.... Just quickly though is there a std "test Connection" method just to see that the DB is at...
Messages 1561 - 1590 of 3869   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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