Hi, I'm new to xmldbms. When i retrieve numeric data from sql server using xmldbms2.0 , gets appended to the data. For eg an id 1065697033878 gets retreived as...
rajadayalan
rajadhayalan@...
Nov 3, 2003 8:39 am
3206
Just done a cvs download from sourceforge. Some problems: org.xmlmiddleware.db: CPConnection implements Connection : Doesn't implement Connection fully. There...
Adam Flinton
adam@...
Nov 6, 2003 6:00 pm
3207
... abstract ... The methods are commented out to compile it with jdk 1.2. For jdk 1.3 and 1.4 you will have to uncomment the methods (see in the classes) in...
... Thanks. Done ... OK. Should this be changed in the version in CVS? Also despite having all the PGSQL jars I can find in my classpath I still get:...
Adam Flinton
adam@...
Nov 7, 2003 10:30 am
3210
Re the PGSQL problem, has the class in the driver jars been changed from org.postgresql.Statement to org.postgresql.PGStatement? Adam...
Adam Flinton
adam@...
Nov 7, 2003 10:37 am
3211
Sorry if this has been asked before but I am trying to knock out a project and have just come across this tool and I am new to XML. How would you handle the...
First, to all those with unanswered questions, I'll try to get to you next week. I was out of town all last week and have been gone most of this week. See...
XML-DBMS does not directly support this. With XML-DBMS you can create the following document (or something similar): <Lots_of_letters> <Letters> <Col1>A</Col1>...
That is correct. I don't have the code in front of me, but the order column cannot be character, date, etc. If I remember correctly, any type of numeric column...
XML-DBMS version 1.x does not generate primary keys in leaf tables such as UNIT. This is a design bug and has been fixed in version 2.0. The workarounds for...
By default, XML-DBMS formats numbers and dates according to the current locale. You can override this with the formatting elements -- DecimalFormat,...
See below... ... but ... want/can ... where ... It is not the same. JDBCxDataSource encapsulates an existing DataSource object. ArrayDataSource does what you...
I have no idea what is happening, but I have a bad feeling that the problem is in the DataSource/Connection/Statement pooling code. My guess is that this is...
The code looks correct. As to the Transfer behavior, my only guess is that, if you call Transfer multiple times from a program, many things (including ...
Ron, I only call transfer once, and I'm using the same document, both from the command line and with the plugin. I would expect both would fail but for some...
First of all thanx for your answer! See below! ... DOMToDBMS)?? ... and ... from ... are ... I want to transfer an XML document to the follwing structure "{...
hi! Can someone explain me when I create the Document from the normal xerces parser that i always get java.lang.IllegalArgumentException: Local name cannot be...
... the ... I don't know if it is exacltly the same issue but here is what I found and how I resolve it : SYMPTOMS: ========= I use XML-DBMS 2.0 alpha 3 in...
Sorry, my post lost the indentation... I hope it will be fixed this time ... the ... I don't know if it is exacltly the same issue but here is what I found and...
Sorry, For the last time I will try to restore The indentation (it is useful where reading Code and the Call hierarchy) ... the ... I don't know if it is...
Abdel, Thanks for the reply, your analysis makes sense and correlates with what I am seeing ... will try implementing your suggestions and let you know. ...
Hi I have to create a Mapping Model for Relational Database to XML Conversion. My mapping model should be suitable for using Oracle and SQL Server Databases. I...
Sorry about the long delay in answering. I've been very busy. Comments below. ... Just so I understand. What you are doing is passing values stored in an XML...
... Note that XML-DBMS has problems with SQL Server when transferring data from the database to XML. XML-DBMS requires as many open result sets per connection...
Thanks for this information. As Abdel notes, prepared statements are never closed except during garbage collection, so this is probably the cause of the...