If I call storeDocument(...) more than one time on a Transfer object myTransfer, does myTransfer.storeDocument(...) reuse the connection, making a new...
holger.schimanski@...
Dec 1, 2004 9:36 am
3615
First I intoduce my self. I am a research student from Indonesia. Thanks for this incredible tool XMLDBMS I use XML DBMS to generate table in ORACLE 9i. I...
Dear all! During the update process I get the errormessage java.sql.SQLException: [xmldbmx] "Primary Key Value not supplied for UPDATE". The filter file...
Is there any solutions? because I use oracle that treated empty string as null. So if we have <GENDER><MAN/><GENDER> or <GENDER><WOMAN/><GENDER> We can not see...
The workaround is to store a single space in the database instead of an empty string. While this is technically incorrect -- an existing single space will...
Just to be clear. This fix is for version 2.0 alpha 3. If you are using version 1.x, let me know. It will require a similar fix. -- Ron ... [code snipped]...
Unfortunately, XML-DBMS does not currently support database defaults. This is a bug and is not easy to fix. There are two workarounds I can think of: 1) Add...
You need to specify the elements / attributes that are mapped to the primary key in your action document as items to be udpated. In your case, this means...
It reuses the connection. That is, the Transfer object holds the connection open and does not return it to the pool. The reason for this is so it can reuse...
Thanks Ron for all the answer. I think I must change XML and DTD ( I dont have enough understanding of Java). Or I will use MySQL that can define empty string...
Dear all! I have some questions about publishing relational data to XML using SELECT statements (and RetrieveDocumentBySQL) and Deletes. 1) Is it possible to...
... You are correct about the behavior you are seeing. Note that it doesn't make sense to use RetrieveDocumentBySQL with a filter file containing root filters....
Hello! First of all I want to thank Ronald for his support!! As discussed in message 3625, I still have problems with Integer and Varchar data types. I'm using...
May be I have given wrong subject line for this post. In my map file, one mapping for column is <PropertyMap> <ElementType Name="content"/> <ToColumn...
May be I have given wrong subject line for this post. In my map file, one mapping for column is <PropertyMap> <ElementType Name="content"/> <ToColumn...
Worked "Ranjan K. Baisak" <ranjanbaisak@...> wrote:Test Mail __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo!...
Hello! I hope your holidays were good. Back to business now... You are probably correct that the order of columns is getting switched around and that this is...
Christian -- Thanks for sending me your files. I duplicated your problem here and found the problem. The version of Transfer in the alpha 3 release does not...
Hi dudes, Yeah !! i am new to this group. Can any one explain me to how to install xml-dbms on linux fedora core 2 platform, running MySql Database. Thanks for...
If you haven't already done so, download version 2.0 alpha 3 from: http://www.rpbourret.com/xmldbms/index.htm To install, follow the instructions in section 2...
I ran XMLDBMS sample code GenerateMap.java but I am getting the following exception I am using xerecs-1_4_4 parser and have already set the ODBC connection...
The most likely cause is that you have not specified a classpath when you run GenerateMap. Unless you have set this separately, Java cannot find the Parser...
Hi, where can i get a complete example to use retrieveDocument() per api using DBMSToDOM? something like the orders example in the samples directory... In...
hello, i am working with xml-dbms v1.01 using MS access and xerces1.0.4 parser. when i compile the "GenerateMap.java" file..its giving error saying package...
Ok, everything was fine creating a sample for using xml-dbms. the last step is driving me crazy. although there is(!) one filters.dtd-file in my working dir, i...