To keep from holding up my project, I got my code running with specific references to "COLL" by setting the database properties as attributes on the...
Ron, Do you want me to send you the revised files with the stubbed out, newer JDK methods so that you do not have to track them down and generate the methods? ...
Ron, Yep, that fixed both sets of problems (MAP order with and without persisting to disk and retrieval SELECT * order). Thanks! -Bob...
3540
holger.schimanski@...
Aug 5, 2004 11:15 am
Adding this to the action.xml <Options> <DecimalFormat Pattern="0.000000000000000E00" DefaultForTypes="FLOAT"> <Locale Language="" Country=""/> ...
3541
holger.schimanski@...
Aug 5, 2004 1:05 pm
With my own sub class of StringFormatter I have some problems. Any ideas? <Options> <FormatClass DefaultForTypes="FLOAT" Class= ...
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...
You don't say what problems you are having so I can't really help. Another solution is to write your own StringFormatter class that extends NumberFormatter....
... 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"?> ...
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...
3549
holger.schimanski@...
Aug 16, 2004 3:02 pm
Set your default local to Locale.setDefault(Locale.ENGLISH); Greetings Holger...
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...
I assume what is causing this is a zero-length namespace URI, such as: <A xmlns:foo=""> <B>bbb</B> </A> This is legal in the namespaces 1.0 recommendation only...
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 ... ...
3599
Etienne Orliac
isxejo@...
Nov 25, 2004 9:36 am
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"...
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,...