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 2705 - 2734 of 3864   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2705
Is it possible, using version 2.0 of XML-DBMS, to map an element type that can occur as child of many different element types, to one table? For example,...
Katarzyna Marszalek
km@...
Send Email
Feb 3, 2003
6:58 pm
2706
This restriction does not exist. You can map b as a related class of both a1 and a2. Normally, there would be two different foreign key columns in the table ...
Ronald Bourret
xmldbms
Offline Send Email
Feb 3, 2003
8:02 pm
2707
Remember the problem (bug) that XML-DBMS has where multiple classes can't use the same property table? This was what required the generated DTD to use (for...
Ronald Bourret
xmldbms
Offline Send Email
Feb 3, 2003
8:26 pm
2708
... Yes, thank you, I got it working: I did not suspect that within a <Table...> element one can use a number of <ForeignKey...>s, with different names, and ...
Katarzyna Marszalek
km@...
Send Email
Feb 3, 2003
9:59 pm
2709
Hi Ron, I have 2 questions: 1. How to store large XML documents (such as several megabytes) into database? By using DOM to represent XML doc inside XML-DBMS,...
sun lee
sunriselee2002
Offline Send Email
Feb 4, 2003
12:05 am
2710
Hi, I am using 1.1 code from CVS. I have a question regarding DBMSToDOM: If I have the following XML document: <?xml version="1.0" ?> <Orders> <SalesOrder...
sun lee
sunriselee2002
Offline Send Email
Feb 4, 2003
2:58 am
2711
... See the first three paragraphs of: http://groups.yahoo.com/group/xml-dbms/message/2664 Whether this will work for you depends on your DTD. If you have a...
Ronald Bourret
xmldbms
Offline Send Email
Feb 4, 2003
7:17 am
2712
... If your application is calling DBMSToDOM directly, you can call: retrieveDocument(String[], Object[][]) This allows you to specify multiple root tables and...
Ronald Bourret
xmldbms
Offline Send Email
Feb 4, 2003
7:46 am
2713
Hi, Anyone can help explain how to use filters in version 2 code. I read the filter.dtd (part are shown below), but still can not understand the exact meaning ...
sun lee
sunriselee2002
Offline Send Email
Feb 5, 2003
9:18 pm
2714
Hi, I am trying to get XMLtoDBMS to work and have created a very simple xml document and map to test putting the information into a mysql database after...
davidjohnstuart <davi...
davidjohnstuart
Offline Send Email
Feb 7, 2003
12:01 am
2715
I'm not a PERL wiz, but you do need the XML::LibXML library on your machine (see http://xmlsoft.org/). For other libraries you need, see the use statements at...
rpbourret@...
xmldbms
Offline Send Email
Feb 7, 2003
5:33 am
2716
... RootFilter elements tell XML-DBMS where to start getting data. That is, they tell XML-DBMS to table to start from as well as what data to retrieve from...
Ronald Bourret
xmldbms
Offline Send Email
Feb 11, 2003
8:38 am
2717
thanks....
ares_oohay <eckal@...>
ares_oohay
Offline Send Email
Feb 12, 2003
9:23 am
2718
Hi, I have been using XMLDBMS v2.0 now for a few weeks, and have found it pretty useful (apart from a few initial problems). But today I tried to pass in...
Thompson, Darren (LIT)
d.thompson@...
Send Email
Feb 12, 2003
1:58 pm
2719
There isn't one yet. For information, you can look in the following places: 1) The version 1.0 documentation. Although the mapping language has changed...
Ronald Bourret
xmldbms
Offline Send Email
Feb 12, 2003
6:32 pm
2720
many Thanks for reply. xml-dbms is so powerful ,I am interest about the version release for next,and when you release the doc and sample doc....
ares_oohay <eckal@...>
ares_oohay
Offline Send Email
Feb 13, 2003
1:07 am
2721
xmldbms20alpha3\dtds\actions.dtd xmldbms20alpha3\dtds\filters.dtd xmldbms20alpha3\dtds\xmldbms2.dtd...
ares_oohay <eckal@...>
ares_oohay
Offline Send Email
Feb 13, 2003
2:10 am
2722
Are you asking when the next version will be released? And when the docs will be written? As usual, I won't say -- partly because I work on XML-DBMS when I...
Ronald Bourret
xmldbms
Offline Send Email
Feb 13, 2003
4:44 am
2723
Are you using XML Spy? There have been problems opening the DTDs with XML Spy, but I have never been able to find out what the problem is. Note that there is a...
Ronald Bourret
xmldbms
Offline Send Email
Feb 13, 2003
4:50 am
2724
There was a bug in the code that handled IN predicates. This has now been fixed and checked in to the CVS tree. Be sure to use version 1.9, as version 1.10 has...
Ronald Bourret
xmldbms
Offline Send Email
Feb 13, 2003
5:09 am
2725
... Any problems that need fixing? Or just the usual setup hassles? -- Ron...
Ronald Bourret
xmldbms
Offline Send Email
Feb 13, 2003
5:10 am
2726
Thanks for the help Ron. Nah, just the usual setup hassles, but it is all working great now!! Thanks again, Darren ... From: Ronald Bourret...
Thompson, Darren (LIT)
d.thompson@...
Send Email
Feb 13, 2003
9:43 am
2727
Many Thanks! As u say,I am using xmlspy to edit the DTD file,but it doesn't work. But I don't understand DTD,just schema,so I have to change it to schema. By...
ares_oohay <eckal@...>
ares_oohay
Offline Send Email
Feb 13, 2003
9:43 am
2728
... Unfortunately, I can't help you here. I played around with CVS for a couple of days and it finally started to work. I have no idea what I did right and...
Ronald Bourret
xmldbms
Offline Send Email
Feb 13, 2003
10:49 am
2729
i'm doing the project in xml with oracle8i and i need all the details of developing the project. Do send me all the details regarding connecting oracle8i with...
jnathanmca <jnathanmc...
jnathanmca
Offline Send Email
Feb 14, 2003
8:42 am
2730
Do you want to use Oracle's own capabiliities? If so, they have two products that ship with Oracle 8i: XML SQL Utility for Java and the XSQL Servlet. For...
Ronald Bourret
xmldbms
Offline Send Email
Feb 14, 2003
12:22 pm
2731
can anyone explain to me why and how OrderColumn works? In the Documentation: The (optional) OrderColumn element gives the name of the column that contains...
johnlin75 <johnlin75@...
johnlin75
Offline Send Email
Feb 14, 2003
5:34 pm
2732
One of the problems of transferring XML data to a relational database is a mismatch in the two models. In XML, the order in which children appear in their...
Ronald Bourret
xmldbms
Offline Send Email
Feb 15, 2003
7:45 pm
2733
we are interested in the mapping of DTDs to databases.We downloaded the dtd parser from Mr. Bourret's site.From that,we got the conversion of the dtd to...
justmailharsh <justma...
justmailharsh
Offline Send Email
Feb 18, 2003
6:24 am
2734
See the XML-DBMS product. http://www.rpbourret.com/xmldbms/index.htm This product transfers data between XML documents and databases. One part of the product...
Ronald Bourret
xmldbms
Offline Send Email
Feb 18, 2003
6:44 am
Messages 2705 - 2734 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