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 1 - 30 of 3864   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date v
30
Hi Ronald, All: I'm running the Transfer program on Windows NT 4.0 with SOLID database, Oracle xmlparser and JDK 1.1.8. I got the exception...
Helen Cheng
helen_cheng@...
Send Email
Apr 7, 2000
7:12 pm
29
... For the record, I'm using Oracle 8i (version 8.1.5) accessed through the thin JDBC driver and the Apache Xerces 1.0.0 parser (xml.apache.org). Regards, ...
Steven Sloggett
smsloggett@...
Send Email
Apr 7, 2000
9:53 am
28
Second version: The database is connected via ODBC rather than ODB!?...
Harald Kalleitner
a9156924@...
Send Email
Apr 6, 2000
9:58 pm
27
Hi Minita! I work with Xerces Parser (www.ibm.alphaworks.com) 3.0.0. The database (MS Access) is connected via ODB. Harald Kalleitner...
Harald Kalleitner
a9156924@...
Send Email
Apr 6, 2000
9:55 pm
26
... Which database and parser did you use? Minita...
Minita Jha
jha@...
Send Email
Apr 6, 2000
9:43 pm
25
I have played with the XML-DBMS package and it worked fine. Good work !! I´m going to write my final academic work about DB-XML integration and looking for...
Harald Kalleitner
a9156924@...
Send Email
Apr 6, 2000
9:17 pm
24
I'm trying to run the Transfer example using mysql database. I get the following error: de.tudarmstadt.ito.xmldbms.KeyException: Cannot disable AUTO_COMMIT at ...
jha@...
Send Email
Apr 6, 2000
7:44 pm
23
There are two classes that you have used in the Transfer sample XMLParser & XMLDocument both of which are part of oracle.xml.parser package so can you specify...
Sachin Khungar
u97133@...
Send Email
Mar 30, 2000
5:36 pm
22
... XML-DBMS uses key values to identify data in the database. When transferring data to the database, XML-DBMS has two choices. It can either generate key ...
Ronald Bourret
rpbourret@...
Send Email
Mar 21, 2000
11:42 am
21
when I type the following in the command line: java Transfer -todbms document.map document_in.xml I get the following error: ...
chennl
helen@...
Send Email
Mar 19, 2000
3:04 pm
20
when I type the following in the command line: java Transfer -todbms document.map document_in.xml I get the following error: ...
chennl
helen@...
Send Email
Mar 19, 2000
3:04 pm
19
XML-DBMS can be used with almost any SAX parser, DOM level 1 implementation, and JDBC driver. This is because the classes in XML-DBMS only call standard SAX,...
Ronald Bourret
rpbourret@...
Send Email
Mar 10, 2000
3:36 pm
18
XML-DBMS is middleware -- that is, it sits between your application and a database. Because of this, you need to write your own application to use it. I have...
Ronald Bourret
rpbourret@...
Send Email
Mar 10, 2000
3:27 pm
17
The schema converters throw an exception when parsing the following content model: <!ELEMENT A ( #PCDATA | B)*> This is because I misread the XML spec and did...
Ronald Bourret
rpbourret@...
Send Email
Mar 10, 2000
12:39 pm
16
Bug: GenerateMap incorrect for circular references in DTD Consider the following element declarations: <!ELEMENT A (B)> <!ELEMENT B (C)> <!ELEMENT C (#PCDATA)>...
Ronald Bourret
rpbourret@...
Send Email
Mar 9, 2000
5:42 pm
15
Currently, the code to expand entities when transferring data from an XML document to the database violates the DOM specification and (naturally) causes an...
Ronald Bourret
rpbourret@...
Send Email
Mar 9, 2000
3:10 pm
14
For example: java Transfer -toxml foo.map foo.dtd FOO 123 java.lang.ClassCastException: java.math.BigDecimal at...
Ronald Bourret
rpbourret@...
Send Email
Mar 9, 2000
2:47 pm
13
The SQL data type of a column used as an order column must be INTEGER. This is because the code (incorrectly) casts the Object returned from such a column as...
Ronald Bourret
rpbourret@...
Send Email
Mar 9, 2000
2:39 pm
12
For some reason, the size of all documents in the xmldbms.zip file is set to 0. This means that, with many utilities, it is impossible to extract or open any...
Ronald Bourret
rpbourret@...
Send Email
Mar 9, 2000
2:13 pm
11
The MapFactory_DTD code that determines the repeatability of elements is incorrect. To fix this bug, change the following code at the start of ...
Ronald Bourret
rpbourret@...
Send Email
Mar 9, 2000
2:02 pm
10
When generating a map from a DTD, an exception is thrown if a DTD contains an element type declaration similar to the following: <!ELEMENT A (#PCDATA)*> (No...
Ronald Bourret
rpbourret@...
Send Email
Mar 9, 2000
1:48 pm
9
When you use the sample programs (Transfer, GenerateMap, and ConvertSchema), you need to give the full path of any documents not in the current directory. For...
Ronald Bourret
rpbourret@...
Send Email
Mar 9, 2000
1:36 pm
8
... You will know this bug has occurred because data from the result set is placed in a different element or attribute than the element or attribute it was...
Ronald Bourret
rpbourret@...
Send Email
Mar 9, 2000
1:21 pm
7
If you have written your own map document, XML-DBMS sometimes cannot find a column or table in the database. (This usually results in an exception being thrown...
Ronald Bourret
rpbourret@...
Send Email
Mar 9, 2000
1:10 pm
6
... The most common causes of this are: 1) You do not have all the software you need to run XML-DBMS. For example, you do not have an XML parser. For a list of...
Ronald Bourret
rpbourret@...
Send Email
Mar 9, 2000
12:59 pm
5
This bug occurs when you run the Transfer sample application (or any application that constructs a Map object from a map document). The error is ... ...
Ronald Bourret
rpbourret@...
Send Email
Mar 9, 2000
12:47 pm
4
The following is an (uncompiled and untested) implementation of the NameQualifier interface for DOM level 2, which directly supports namespaces. For more...
Ronald Bourret
rpbourret@...
Send Email
Mar 9, 2000
11:59 am
3
When you run one of the samples, you get a ClassCastException similar to the following. (It is not important what the class is. What is important is that the...
Ronald Bourret
rpbourret@...
Send Email
Mar 9, 2000
11:44 am
2
To run XML-DBMS, you need the following software: * XML-DBMS Download: http://www.informatik.tu-darmstadt.de/DVS1/staff/bourret/xmldbms/xmldbms.htm * JDK (Java...
Ronald Bourret
rpbourret@...
Send Email
Mar 9, 2000
11:22 am
1
Welcome to the XML-DBMS mailing list. As many of you already know, I travel frequently and am only able to answer email every few weeks. Because most people...
Ronald Bourret
rpbourret@...
Send Email
Mar 9, 2000
10:43 am
Messages 1 - 30 of 3864   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

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