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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 3614 - 3643 of 3864   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
Online Now 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
3637
The most likely cause is that you have not specified a classpath when you run GenerateMap. Unless you have set this separately, Java cannot find the Parser...
Ronald Bourret
xmldbms
Offline Send Email
Jan 17, 2005
8:04 pm
3638
Hi, where can i get a complete example to use retrieveDocument() per api using DBMSToDOM? something like the orders example in the samples directory... In...
jan.wollny@...
bernd_wollny
Offline Send Email
Jan 19, 2005
12:15 pm
3639
Hello, Unless you can find one in the archives, there aren't any simple examples that I know of. Instead, you'll need to go through the code in ...
Ronald Bourret
xmldbms
Offline Send Email
Jan 20, 2005
6:00 am
3640
hello, i am working with xml-dbms v1.01 using MS access and xerces1.0.4 parser. when i compile the "GenerateMap.java" file..its giving error saying package...
krishna mohan
geniuskittu
Offline Send Email
Jan 22, 2005
10:57 am
3641
Ok, everything was fine creating a sample for using xml-dbms. the last step is driving me crazy. although there is(!) one filters.dtd-file in my working dir, i...
jan.wollny@...
bernd_wollny
Offline Send Email
Jan 23, 2005
12:19 am
3642
Hi: Some info. [Non-text portions of this message have been removed]...
Asoke Bhattacharyya
bka_k
Online Now Send Email
Jan 23, 2005
1:37 am
3643
If you're using Xerces, you need to give a complete URL, not just "filters.dtd". For example: <!DOCTYPE FilterSet SYSTEM ...
Ronald Bourret
xmldbms
Offline Send Email
Jan 23, 2005
4:01 am
Messages 3614 - 3643 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