This may be a redundant message. I typed my entire message in but then it disappeared. I'm not sure if it posted or not so here it is again. I am working on a...
If I am understanding the xml-dbms code correctly, it attempts to do an update to a table and if no row exists, insert the data. I need to know if there is a...
There are actually three different types of inserts: 1) Normal inserts are what you want -- they insert the data and return errors to the application. 2) Soft...
In http://www.rpbourret.com/xmldbms/ there is no detail spec of v2.0 mapping language.any sample ? thx . [Non-text portions of this message have been removed]...
Rod
liuhan95121@...
Mar 5, 2004 2:34 am
3332
Hi I am new here.... I have just downlaod and try to convert XML into DB I want to convert some simple XMl doc into MYSQL However, when I try to run the sample...
... Hi I am new here.... I have just downlaod and try to convert XML into DB I want to convert some simple XMl doc into MYSQL However, when I try to run the...
Hi I have the same problem til now I can't find where I can use those possible solutions within the code Trasfer.java I can't find the commit code regards Ed ...
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment. [Non-text portions of this message have been removed]...
You need a table "xmldbmskey" in your schema ("xmldbms") with a row "highkey" (type number). This table is used when xml-dbms is generating primary key values....
holger.schimanski@...
Mar 8, 2004 7:41 am
3337
Hi I have follow the instructions as below I have changed the KeygeneratorImp.java within xmldbms.jar and compile a new jar for running transfer .java the...
I just realized I hadn't answered this message yet. Here's the main design issues. Note that the proposed solutions definitely follow the 80/20 rule. They are...
Sorry this answer is so late. I suspect the problem is due to Transfer calling System.runFinalizersOnExit. This method is deprecated in Java 1.2 and later and...
More apologies about late answers. I took a quick look on Google and couldn't find a comprehensive site that answers this question. A couple of sites that...
The Transfer sample in version 1.x uses the Oracle XML parser by default. The problem is that you do not have the Oracle XML parser. (Note that this is an XML...
Is there a kind of schedule for beta and release date of version 2? Greetings Holger...
holger.schimanski@...
Mar 9, 2004 8:47 am
3343
Ron, Commenting out System.runFinalizersOnExit does indeed allow the ant task to run. Have not closed statements manually but have not run into problems so...
It is common to group related elements in XML with another element. It is also common that this "wrapper" element does not directly correspond to any structure...
Commit is called in two places in XML-DBMS v1.x. First, it is called in KeyGeneratorImpl. You have already commented out the call in that class. Second, it is...
There is no answer to this question :( My main job is taking care of my two children. I also do some consulting work. And I write articles, give presentations,...
Greetings, I need some help. According to the DTD for my document, <!ELEMENT batch (batch-id , batch-type? , request-set+ )> <!ELEMENT request-set (request...
The problem is that XML-DBMS cannot create a key relationship between siblings (like request and message). There are two ways to solve this problem: 1) Use...
Hi All, I'm using XMLDBMS to get data out and the decimal places are begin lost heres a portion of the map and the data I'm getting: Options portion that...
I have a 1:n assosiation in my XML, that I want to transfer to dbms. <RXN> <reactionpk>1001</reactionpk> <VARIATION> <variationpk>2001</variationpk> ...
holger.schimanski@...
Mar 22, 2004 6:45 pm
3354
Another idea is to use <java> with fork="true" to call Transfer passing your properties with nested elements <arg value="..."> <java...
holger.schimanski@...
Mar 23, 2004 9:29 am
3357
like other element,no different,this is very strange .Can you tell me when this Excepition throws ? thx. java.sql.SQLException: Invalid numeric value: male at...
Rod
liuhan95121@...
Mar 23, 2004 11:55 am
3358
Ups. Sorry, I made a mistake in my XML file. Everything is working fine. Greetings Holger...
holger.schimanski@...
Mar 23, 2004 2:38 pm
3359
Oops. I duplicated the problem here and have tentatively tracked it down. There were two problems in the format method in ...
FLOAT values are mapped by default with DecimalFormat, right? But this means that float values like 8.000000000000000e+02 are transfered to the database as 8.0...
holger.schimanski@...
Mar 26, 2004 9:30 am
3361
I am trying to retrieve data from tables that were populated using xmldbms. The Unparseable number exception is being thrown on a key column having a datatype...