Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

xml-dbms

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 792
  • Category: XML
  • Founded: Mar 5, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

I ran XMLDBMS sample code GenerateMap.java but I am getting the following exception I am using xerecs-1_4_4 parser and have already set the ODBC connection...
2 Jan 17, 2005
8:04 pm

Ronald Bourret
xmldbms
Send Email

Hi dudes, Yeah !! i am new to this group. Can any one explain me to how to install xml-dbms on linux fedora core 2 platform, running MySql Database. Thanks for...
2 Jan 10, 2005
5:31 pm

Ronald Bourret
xmldbms
Send Email

Hello! First of all I want to thank Ronald for his support!! As discussed in message 3625, I still have problems with Integer and Varchar data types. I'm using...
4 Jan 7, 2005
11:46 am

Christian Dreier
christian3er
Send Email

May be I have given wrong subject line for this post. In my map file, one mapping for column is <PropertyMap> <ElementType Name="content&quot;/> <ToColumn...
2 Dec 22, 2004
10:07 am

Ranjan K. Baisak
ranjanbaisak
Send Email

Dear all! I have some questions about publishing relational data to XML using SELECT statements (and RetrieveDocumentBySQL) and Deletes. 1) Is it possible to...
2 Dec 21, 2004
7:32 am

Ronald Bourret
xmldbms
Send Email

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...
3 Dec 5, 2004
12:51 pm

tpriyambodo
Send Email

Hi All, I'm using XMLDBMS to get data out and the decimal places are begin lost heres a portion of the map and the data I'm getting: Options portion that...
4 Dec 3, 2004
7:39 am

Ronald Bourret
xmldbms
Send Email

Dear all! During the update process I get the errormessage java.sql.SQLException: [xmldbmx] "Primary Key Value not supplied for UPDATE". The filter file...
2 Dec 3, 2004
7:24 am

Ronald Bourret
xmldbms
Send Email

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&gt; We can not see...
3 Dec 3, 2004
6:46 am

Ronald Bourret
xmldbms
Send Email

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...
5 Nov 30, 2004
2:40 pm

Christian Dreier
christian3er
Send Email

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"...
2 Nov 27, 2004
12:54 am

Ronald Bourret
xmldbms
Send Email

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...
5 Oct 23, 2004
4:04 am

speckers2004
Send Email

Please Visit: http://www.SimulationAndModeling.com Thanks Thank you and best regards. Asoke Asoke K. Bhattacharyya SimulationAndModeling.com eBusiness Course:...
1 Oct 13, 2004
11:12 am

Asoke Bhattacharyya
bka_k
Send Email

Please Visit: http://www.SimulationAndModeling.com Thanks Thank you and best regards. Asoke Asoke K. Bhattacharyya SimulationAndModeling.com eBusiness Course:...
1 Oct 13, 2004
11:11 am

Asoke Bhattacharyya
bka_k
Send Email

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...
5 Oct 7, 2004
10:39 am

Asoke Bhattacharyya
bka_k
Send Email

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...
1 Oct 5, 2004
10:09 am

Taly Reinish
taly_work
Send Email

Hi, I am sending my resume for the same.. Regards, Bala ... _______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! ...
1 Oct 5, 2004
3:17 am

vengatesh murali
vasanth_krish
Send Email

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...
2 Aug 23, 2004
7:07 am

Ronald Bourret
xmldbms
Send Email

If you are interested in Open Source Databases, I have just started a new Group for this theme, which you can find at the link below: ...
1 Aug 16, 2004
4:46 pm

Gervas Douglas
gervasdouglas
Send Email

Set your default local to Locale.setDefault(Locale.ENGLISH); Greetings Holger...
1 Aug 16, 2004
3:02 pm

holger.schimanski@...
Send Email

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...
1 Aug 16, 2004
12:31 pm

ruket01
Send Email

... 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"?> ...
1 Aug 13, 2004
3:56 pm

holger.schimanski@...
Send Email

Build Issues with current CVS Tree Tip I am new to XML-DBMS and am testing the v2 Alpha as a component of a unit-testing strategy. I am using DB/2 with the...
4 Aug 13, 2004
7:13 am

Ronald Bourret
xmldbms
Send Email

Adding this to the action.xml <Options> <DecimalFormat Pattern="0.000000000000000E00" DefaultForTypes="FLOAT";> <Locale Language="" Country=""/> ...
3 Aug 13, 2004
6:27 am

Ronald Bourret
xmldbms
Send Email

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...
1 Aug 13, 2004
6:27 am

Ronald Bourret
xmldbms
Send Email

I am new to XML-DBMS and am testing the v2 Alpha as a component of a unit-testing strategy. I am using DB/2 with the DB/2 Universal JDBC Driver. I've had...
3 Aug 2, 2004
2:02 pm

rwriddle
Send Email

I am trying to use XML-DBMS v2 alpha 3. I am using the following code to create a Map from a DB/2 database. While the map seems to be created OK, my code to...
3 Aug 2, 2004
1:54 pm

rwriddle
Send Email

i have following xml-structure: <a> _<b> __<c> ___<d></d> __</c> __ .... __<c> ___<d></d> __</c> _</b> _ ... _<b> __<c> ___<d></d> __</c> __ .... __<c> ...
5 Aug 1, 2004
6:34 am

Ronald Bourret
xmldbms
Send Email

When parsing float values from xml to dbms I have some problems. For numbers like 5.650000000000000e+01 I get 5.65 in the database instead of 56.5. This has...
2 Jul 30, 2004
9:00 am

Ronald Bourret
xmldbms
Send Email

does XML-DBMS also interpret for example 1:n relations from the son to the father?...
2 Jul 30, 2004
8:33 am

Ronald Bourret
xmldbms
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help