Hi, here's my problem : I'm using Orders sample and I generate map and sql with XML-DBMS, map and sql are correctly generate but when I transfer orders.xml...
In addition, another one : When I tried to retrieve orders.xml using this action file: <?xml version='1.0' ?> <!DOCTYPE FilterSet SYSTEM "filters.dtd" > ...
There is no TransferResultSet.java file in version 2.0. The functionality in this sample (as well as the Transfer sample) from version 1.x has been put in the...
Somebody on this mailing list has the SoBig virus, as evidenced by the repeated virus-containing emails sent to the group. Whoever this is probably has...
Hi, I am learning java programming language. I try to use errorpage in JSP file but i couldn't do that i want. program start from homepage.jsp homepage.jsp ...
ssunal@...
Sep 2, 2003 5:46 am
3109
I find a intresting thing. i define some columns can be null.when they are null value, the column is not written to xml. why?...
Hi, I'm new to xml-dbms. What I'm trying to do seems simple, any help will be appreciated! With the employees.xml file below, I'd like to create tables and...
Hello. I'm not sure what the "or" in your query is: select * from table1; or select * from table2; Do you mean a union? If so, the result is a single result...
No value is written because there isn't a value to write -- this is what a null means. In other words, a "null" in XML is represented by a missing element or...
OK, let me be more specific. I have a DTD file as follows: <?xml version="1.0" encoding="UTF-8" ?> <!ELEMENT XmlEmployees ( XmlEmployee+ ) > <!ELEMENT...
This is not valid. There are two problems: 1) Inside a DefaultAction element, the Update element should have an All child. However, All is not supported in...
Has anybody implemented the DataHandler interface? If so, did you implement any methods other than initialize and insert? (That is, did you derive your class...
I use JDBC1DataSource. in my system, i created several thread each performing a export task. when the thread stops, i want to close the connection used by...
Anyone have a sample of how to use a resultset to get xml data from a dbms in xml-dbms 2.0. I was using the TransferResultSet in version 1.0 but i think i need...
hi! I need a single map file illustrating the requirement of this need thank u Deepa Chandra Prakash <contactcp@...> wrote: Do you want to do a Simple...
hey guys i'm doing Tours as a sub-system for my dbms group assignment. the sub- systems are: Tours, Human Resource, Accounts & Sales. we need to link our...
It is possible to convert DBMS tables to XML. For a general overview of what happens, see: http://www.rpbourret.com/xml/XMLAndDatabases.htm For a list of...
The connection is not closed until JDBC1DataSource is released. I am cleaning up this area of the code now and you will be able to explicitly close connections...
By default, the MapManager attempts to validate any input map documents. In your case, validation is failing. This is probably due to one of two reasons: 1)...