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...
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...
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...
Dear all! I have some questions about publishing relational data to XML using SELECT statements (and RetrieveDocumentBySQL) and Deletes. 1) Is it possible to...
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...
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...
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...
Dear all! I'm trying to publish some relational data from Oracle to XML (using XML-DBMS ver. 2 alpha 3). While the publishing worked fine with MS Access, I get...
Dear all, there are two small questions I'd like to ask the group: 1. I saw that the issue was already reported, but is there a way now to ask for "UPDATE"...
I've read in the XMLDBMS documentation that it possible to qualify tables with schema names, but looking through the examples, I'm not quite sure about the...
Please Visit: http://www.SimulationAndModeling.com Thanks Thank you and best regards. Asoke Asoke K. Bhattacharyya SimulationAndModeling.com eBusiness Course:...
Please Visit: http://www.SimulationAndModeling.com Thanks Thank you and best regards. Asoke Asoke K. Bhattacharyya SimulationAndModeling.com eBusiness Course:...
This list is increasingly being used for job postings, which is not the purpose of the list. Currently, I am banning anyone who posts a job and removing the...
export from asp +xsl to Excel file Hi All I have a asp page I wrote in xml/xsl . how do I export it to Excel? it there a save for XSL? thanks Taly [Non-text...
Hi, I am sending my resume for the same.. Regards, Bala ... _______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! ...
Hello, I'm trying to use the Transfer tool by extended i to mak my own class. My extended class is the following one: import .... public class Transfert...
Hi, When I store float values from an xml document to my database (mysql), using xmldbms2.0, I have the following problem: If I set the FLOAT pattern to...
... Good and easy idea! Here is my code (map file and source for v2), if someone else needs this. Greetings Holger <?xml version="1.0" encoding="UTF-8"?> ...
Build Issues with current CVS Tree Tip I am new to XML-DBMS and am testing the v2 Alpha as a component of a unit-testing strategy. I am using DB/2 with the...
Adding this to the action.xml <Options> <DecimalFormat Pattern="0.000000000000000E00" DefaultForTypes="FLOAT"> <Locale Language="" Country=""/> ...
The easiest thing to do is to modify MapManager to check whether the RootTable and RootSchema properties are null. If RootTable is null but RootSchema is not...
I am new to XML-DBMS and am testing the v2 Alpha as a component of a unit-testing strategy. I am using DB/2 with the DB/2 Universal JDBC Driver. I've had...
I am trying to use XML-DBMS v2 alpha 3. I am using the following code to create a Map from a DB/2 database. While the map seems to be created OK, my code to...
When parsing float values from xml to dbms I have some problems. For numbers like 5.650000000000000e+01 I get 5.65 in the database instead of 56.5. This has...