Search the web
Sign In
New User? Sign Up
xml-dbms
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3599 - 3636 of 3864   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3599
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@...
Send Email
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,...
Ronald Bourret
xmldbms
Offline Send Email
Nov 27, 2004
12:54 am
3602
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...
Christian Dreier
christian3er
Offline Send Email
Nov 27, 2004
2:20 pm
3603
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...
kalyan subbu
kalyan678
Offline Send Email
Nov 29, 2004
5:13 am
3604
write the appropriate files (mapping, filter - see info below), use the delivered property file (parser.props) and use the following command: java...
christian3er
Offline Send Email
Nov 29, 2004
8:50 am
3605
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...
Ronald Bourret
xmldbms
Offline Send Email
Nov 29, 2004
9:04 pm
3606
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...
Christian Dreier
christian3er
Offline Send Email
Nov 30, 2004
2:40 pm
3614
If I call storeDocument(...) more than one time on a Transfer object myTransfer, does myTransfer.storeDocument(...) reuse the connection, making a new...
holger.schimanski@...
Send Email
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...
tpriyambodo
Offline Send Email
Dec 1, 2004
1:21 pm
3616
Dear all! During the update process I get the errormessage java.sql.SQLException: [xmldbmx] "Primary Key Value not supplied for UPDATE". The filter file...
Christian Dreier
christian3er
Offline Send Email
Dec 2, 2004
10:27 am
3617
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...
tpriyambodo
Offline Send Email
Dec 3, 2004
2:22 am
3618
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...
Ronald Bourret
xmldbms
Offline Send Email
Dec 3, 2004
6:26 am
3619
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]...
Ronald Bourret
xmldbms
Offline Send Email
Dec 3, 2004
6:46 am
3620
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...
Ronald Bourret
xmldbms
Offline Send Email
Dec 3, 2004
6:54 am
3621
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...
Ronald Bourret
xmldbms
Offline Send Email
Dec 3, 2004
7:24 am
3622
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...
Ronald Bourret
xmldbms
Offline Send Email
Dec 3, 2004
7:39 am
3623
Thanks Ron for all the answer. I think I must change XML and DTD ( I dont have enough understanding of Java). Or I will use MySQL that can define empty string...
tpriyambodo
Offline Send Email
Dec 5, 2004
12:51 pm
3624
Dear all! I have some questions about publishing relational data to XML using SELECT statements (and RetrieveDocumentBySQL) and Deletes. 1) Is it possible to...
Christian Dreier
christian3er
Offline Send Email
Dec 15, 2004
2:49 pm
3625
... You are correct about the behavior you are seeing. Note that it doesn't make sense to use RetrieveDocumentBySQL with a filter file containing root filters....
Ronald Bourret
xmldbms
Offline Send Email
Dec 21, 2004
7:32 am
3626
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...
Christian Dreier
christian3er
Offline Send Email
Dec 21, 2004
10:52 am
3627
May be I have given wrong subject line for this post. In my map file, one mapping for column is <PropertyMap> <ElementType Name="content"/> <ToColumn...
Ranjan K. Baisak
ranjanbaisak
Offline Send Email
Dec 22, 2004
9:54 am
3628
May be I have given wrong subject line for this post. In my map file, one mapping for column is <PropertyMap> <ElementType Name="content"/> <ToColumn...
Ranjan K. Baisak
ranjanbaisak
Offline Send Email
Dec 22, 2004
10:07 am
3629
Test Mail __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around ...
Ranjan K. Baisak
ranjanbaisak
Offline Send Email
Dec 23, 2004
5:36 am
3630
Worked "Ranjan K. Baisak" <ranjanbaisak@...> wrote:Test Mail __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo!...
Asoke Bhattacharyya
bka_k
Offline Send Email
Dec 23, 2004
6:44 am
3631
Hello! I hope your holidays were good. Back to business now... You are probably correct that the order of columns is getting switched around and that this is...
Ronald Bourret
xmldbms
Offline Send Email
Dec 30, 2004
6:47 am
3632
Christian -- Thanks for sending me your files. I duplicated your problem here and found the problem. The version of Transfer in the alpha 3 release does not...
Ronald Bourret
xmldbms
Offline Send Email
Jan 7, 2005
8:22 am
3633
Hi Ron! I’ve done the changes and it’s working fine now. No more problems so far... Thank you very much! /Christian _____ Von: Ronald Bourret...
Christian Dreier
christian3er
Offline Send Email
Jan 7, 2005
11:46 am
3634
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...
krishna mohan
geniuskittu
Offline Send Email
Jan 10, 2005
10:48 am
3635
If you haven't already done so, download version 2.0 alpha 3 from: http://www.rpbourret.com/xmldbms/index.htm To install, follow the instructions in section 2...
Ronald Bourret
xmldbms
Offline Send Email
Jan 10, 2005
5:31 pm
3636
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...
Amol Nerkar
vnamol
Offline Send Email
Jan 17, 2005
2:20 pm
Messages 3599 - 3636 of 3864   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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