Are you using version 1.x or version 2.0? If you are using version 2.0, what DataSource are you using? I have a bad feeling that statements and connections are...
It appears that: 1) Your XML parser is trying to validate the map document, and 2) The parser cannot find the DTD for the map document. The most likely cause...
but my application works well in win2000 enviroment (jdk1.4.1,xmlparserv2 ) but move to the linux i change the xmlparserv2,i want to know what the xmldbms 1.01...
... To make sure I understand: you are using same version of the same parser (xmlparserv2) on both systems? If this is true, then the problem is that the...
Ron - A while ago there was some discussion of automated XML Schema -> DB DDL generation. I believe this can be done using a DTD. Did this XML Schema *.xsd ->...
Jim McLaughlin
jim.dogleg@...
Jun 4, 2003 4:00 pm
2965
... It can. ... Not completely. Some users have written map factories for XML Schemas that can be used for this and, once you have a map, you can generate DDL....
... How are they generating the map factory (manually or programatically)? ... Or just tell where on the www.rpbourret.com/xmldbms page it is. I downloaded the...
Jim McLaughlin
jim.dogleg@...
Jun 4, 2003 10:14 pm
2967
... I don't think it is possible to generate a map factory, is it? Or am I missing something here? The map factories that have been written were written by...
thanks a lot the problem is worked out!!!! ... parser ... validate the ... type. There are ... Win2000 but not ... on Win2000 ... statement for ... parses and ...
Hello. Not I understand Inglish, Speak castellano y bastante mal. I'm new group, interesed in to generate XML documents from Informix Dynamic Server using...
Hello, Sorry I haven't answered sooner. I've been very busy at work. I'm not sure what is causing this problem. XML-DBMS never calls setObject -- it uses the...
Hello, We have found the error into the driver, below we include some code to reproduce the error. <code start here> import java.sql.Connection; import...
Ricardo Castaño So...
rcastano@...
Jun 13, 2003 11:14 am
2973
I recently purchased this book: http://www.amazon.com/exec/obidos/ASIN/1558609008 since it was the top-selling book on Amazon.com. In there I saw mention of...
Our product Virtuoso http://www.openlinksw.com/virtuoso/whatis.htm is both an XML and Relational Data Store that provides seamless web service integration....
hello! i am using xml-dbms 2.0 now. i use Mapmanager.class to generate map and sql file. it works well. but when i use transfer.class to transfer xml into...
xj_flow_2002 <xj_flow_2002@...> wrote:hello! i am using xml-dbms 2.0 now. i use Mapmanager.class to generate map and sql file. it works well. but when...
thanks a lot. i have solved the problem. but now i have some other questions first: i write a Movies.ftr: <?xml version='1.0' ?> <!DOCTYPE FilterSet SYSTEM...
Although it's not a native XML database, IBM DB2 supports Web services through its WORF module (Web Services Runtime Framework). I would be surprised if SQL...
1) This list is for users of XML-DBMS, which is middleware for transferring data between XML documents and relational databases. I assume you are not using...
... Are you sure that MoviesPK=15306 is in the database? The reason I ask is that your filter file does not specify any wrapper elements. If more than one row...
The basic rules are documented in the DTD (xmldbms.dtd). Although I haven't checked those comments against the error messages in the code, I'm pretty sure that...
hello: i am a beginner who study xml. i am interested in it . i find your xml-dbms tools recently and use it .it's good. but i want to know what aspect it is...
Could you explain what it is that you're trying to do here? I couldn't figure it out from your map. By the way, there is a rule that no two element types can...
... couldn't ... to ... completely ... designed to ... columns ... Thanks your reply. The version of xmldbms I use is 1.01. I use the methord DBMSToDOM's...