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...
Ron, I appreciate the work that you and others have done in creating and suppoting XMLDBMS. IMO, you should choose the method that is most convenient to you....
Hi, I am sending my resume for the same.. Regards, Bala ... _______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! ...
Ron, Your list seems, so far, to be attracting relatively little "real spam", by which I mean the automatic subscriptions (are they really automatic?) which ...
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...
Dear all, First, thanks to Andrew for the advice. I'm afraid the job postings are a genuine irritant to me, even if they are useful to some people. Therefore,...
Hi All ... Let us decide upon a policy if job and event posting are allowed or, not. I agree it is irritating for us at appropriate times. and xml-dbms...
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:...
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...
The "schema" referred to by the XML-DBMS documentation in this context is a database schema, not an XML schema. In version 1.x (which you are using), all...
Thanks for the details Ronald. I was still having some trouble getting the schema/file name combination to work even though the database metadata looks fairly ...
1) With regard to your first change: (a) oops and (b) the fix you made is correct for your situation. 2) With regard to the second problem: (a) oops. It...
Thanks again Ron, I made the changes you suggested and we're back in business. Thank you. Craig. ... made ... the ... just ... into the ... that ... from ... ...
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"...
Etienne Orliac
isxejo@...
Nov 25, 2004 9:36 am
3601
1) Use version 2.0 alpha 3. This supports an "action" document that allows you to specify what to do with the data in an incoming XML document -- insert it,...
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...
Hi Christian Dreier Thsi is Kalyan. I am new xml working with xml xslt--project (designing reports for j2ee application). i don't no how fetch data from the...
An empty output file usually occurs when the SELECT statement constructed by XML-DBMS does not return any results. (If something really goes wrong, an...
Publishing with Oracle works now! I've tried your program and found out that everything works fine (with both select-statements). After that I knew that there...
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...