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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 3328 - 3361 of 3864   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3328
This may be a redundant message. I typed my entire message in but then it disappeared. I'm not sure if it posted or not so here it is again. I am working on a...
woodcindy2004
Offline Send Email
Mar 4, 2004
2:50 pm
3329
If I am understanding the xml-dbms code correctly, it attempts to do an update to a table and if no row exists, insert the data. I need to know if there is a...
woodcindy2004
Offline Send Email
Mar 4, 2004
6:44 pm
3330
There are actually three different types of inserts: 1) Normal inserts are what you want -- they insert the data and return errors to the application. 2) Soft...
Ronald Bourret
xmldbms
Offline Send Email
Mar 4, 2004
8:58 pm
3331
In http://www.rpbourret.com/xmldbms/ there is no detail spec of v2.0 mapping language.any sample ? thx . [Non-text portions of this message have been removed]...
Rod
liuhan95121@...
Send Email
Mar 5, 2004
2:34 am
3332
Hi I am new here.... I have just downlaod and try to convert XML into DB I want to convert some simple XMl doc into MYSQL However, when I try to run the sample...
´H¨M
edwin1017
Offline Send Email
Mar 6, 2004
5:06 pm
3333
... Hi I am new here.... I have just downlaod and try to convert XML into DB I want to convert some simple XMl doc into MYSQL However, when I try to run the...
´H¨M
edwin1017
Offline Send Email
Mar 7, 2004
9:04 am
3334
Hi I have the same problem til now I can't find where I can use those possible solutions within the code Trasfer.java I can't find the commit code regards Ed ...
´H¨M
edwin1017
Offline Send Email
Mar 7, 2004
9:53 am
3335
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment. [Non-text portions of this message have been removed]...
AndrewWatt2001@...
andrewwatt2001
Offline Send Email
Mar 8, 2004
1:37 am
3336
You need a table "xmldbmskey" in your schema ("xmldbms") with a row "highkey" (type number). This table is used when xml-dbms is generating primary key values....
holger.schimanski@...
Send Email
Mar 8, 2004
7:41 am
3337
Hi I have follow the instructions as below I have changed the KeygeneratorImp.java within xmldbms.jar and compile a new jar for running transfer .java the...
´H¨M
edwin1017
Offline Send Email
Mar 8, 2004
6:09 pm
3338
I just realized I hadn't answered this message yet. Here's the main design issues. Note that the proposed solutions definitely follow the 80/20 rule. They are...
Ronald Bourret
xmldbms
Offline Send Email
Mar 9, 2004
5:37 am
3339
Sorry this answer is so late. I suspect the problem is due to Transfer calling System.runFinalizersOnExit. This method is deprecated in Java 1.2 and later and...
Ronald Bourret
xmldbms
Offline Send Email
Mar 9, 2004
6:17 am
3340
More apologies about late answers. I took a quick look on Google and couldn't find a comprehensive site that answers this question. A couple of sites that...
Ronald Bourret
xmldbms
Offline Send Email
Mar 9, 2004
6:18 am
3341
The Transfer sample in version 1.x uses the Oracle XML parser by default. The problem is that you do not have the Oracle XML parser. (Note that this is an XML...
Ronald Bourret
xmldbms
Offline Send Email
Mar 9, 2004
6:19 am
3342
Is there a kind of schedule for beta and release date of version 2? Greetings Holger...
holger.schimanski@...
Send Email
Mar 9, 2004
8:47 am
3343
Ron, Commenting out System.runFinalizersOnExit does indeed allow the ant task to run. Have not closed statements manually but have not run into problems so...
cafulnecky
Offline Send Email
Mar 9, 2004
1:23 pm
3344
Nevermind, just realized the referenced post does address the closing of statements adequately....
cafulnecky
Offline Send Email
Mar 9, 2004
9:32 pm
3345
It is common to group related elements in XML with another element. It is also common that this "wrapper" element does not directly correspond to any structure...
Ronald Bourret
xmldbms
Offline Send Email
Mar 10, 2004
6:53 am
3346
Commit is called in two places in XML-DBMS v1.x. First, it is called in KeyGeneratorImpl. You have already commented out the call in that class. Second, it is...
Ronald Bourret
xmldbms
Offline Send Email
Mar 10, 2004
6:54 am
3347
There is no answer to this question :( My main job is taking care of my two children. I also do some consulting work. And I write articles, give presentations,...
Ronald Bourret
xmldbms
Offline Send Email
Mar 10, 2004
6:54 am
3348
Greetings, I need some help. According to the DTD for my document, <!ELEMENT batch (batch-id , batch-type? , request-set+ )> <!ELEMENT request-set (request...
mdmaynard42
Offline Send Email
Mar 10, 2004
9:44 pm
3351
The problem is that XML-DBMS cannot create a key relationship between siblings (like request and message). There are two ways to solve this problem: 1) Use...
Ronald Bourret
xmldbms
Offline Send Email
Mar 15, 2004
6:29 am
3352
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...
oneill_tim2000
Offline Send Email
Mar 19, 2004
10:49 am
3353
I have a 1:n assosiation in my XML, that I want to transfer to dbms. <RXN> <reactionpk>1001</reactionpk> <VARIATION> <variationpk>2001</variationpk> ...
holger.schimanski@...
Send Email
Mar 22, 2004
6:45 pm
3354
Another idea is to use <java> with fork="true" to call Transfer passing your properties with nested elements <arg value="..."> <java...
holger.schimanski@...
Send Email
Mar 23, 2004
9:29 am
3357
like other element,no different,this is very strange .Can you tell me when this Excepition throws ? thx. java.sql.SQLException: Invalid numeric value: male at...
Rod
liuhan95121@...
Send Email
Mar 23, 2004
11:55 am
3358
Ups. Sorry, I made a mistake in my XML file. Everything is working fine. Greetings Holger...
holger.schimanski@...
Send Email
Mar 23, 2004
2:38 pm
3359
Oops. I duplicated the problem here and have tentatively tracked it down. There were two problems in the format method in ...
Ronald Bourret
xmldbms
Offline Send Email
Mar 26, 2004
7:52 am
3360
FLOAT values are mapped by default with DecimalFormat, right? But this means that float values like 8.000000000000000e+02 are transfered to the database as 8.0...
holger.schimanski@...
Send Email
Mar 26, 2004
9:30 am
3361
I am trying to retrieve data from tables that were populated using xmldbms. The Unparseable number exception is being thrown on a key column having a datatype...
cafulnecky
Offline Send Email
Mar 26, 2004
3:49 pm
Messages 3328 - 3361 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