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 your group to be featured on the Yahoo! Groups website? 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 3799 - 3829 of 3864   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3799
Hello - just getting set up to use xml-dbms - but I ran into this error. Any ideas? I run the transfer tool as follows on the test files (I have only edited...
Rob
rob_ewing50
Offline Send Email
Oct 17, 2006
12:01 pm
3800
Hello, There is no obvious reason that this is happening. Here's a few things you might try: 1) Make sure you've created the tables in the database. XML-DBMS...
Ronald Bourret
xmldbms
Offline Send Email
Oct 18, 2006
5:43 am
3801
Hello, This problem is driving me nuts ... I have a database and I wish to create the appropriate map file from it. I run this command: java...
Rob
rob_ewing50
Offline Send Email
Oct 29, 2006
1:48 am
3802
Hi, I'm using XMLDBMS for inserting XML data to the Database. The schema contains 4 tables with foreign keys. Each table contains an extra column...
View Links
view_links
Offline Send Email
Oct 30, 2006
10:09 am
3803
Hello, XML-DBMS does not have a way to do this directly. You have two choices: a) Process the XML document before passing it to XML-DBMS and add this value to...
Ronald Bourret
xmldbms
Offline Send Email
Oct 30, 2006
5:07 pm
3804
Hi, Am confused with respect to the following: In the xmldbms cvs source there are two copies of MySQLHandler: ...datahandlers.external.MySQLHandler.java ...
Rob
rob_ewing50
Offline Send Email
Oct 30, 2006
6:08 pm
3805
Hello, 1) I can't find datahandlers.MySQLHandler in the CVS tree, even as a dead file, so I'm not sure where you got it. In any case, the one in external is...
Ronald Bourret
xmldbms
Offline Send Email
Oct 31, 2006
5:28 am
3806
Hello, First, I'm sorry it took so long to reply. I had a deadline last week that took longer than expected and another job came up unexpectedly. I tried to...
Ronald Bourret
xmldbms
Offline Send Email
Nov 7, 2006
7:21 am
3807
I have a filter like <FilterSet Version="2.0" xmlns="http://www.xmlmiddleware.org/xmldbms/filters/v2"> <Options> <Namespace Prefix="tes" URI =...
Sami Ather
samiather
Offline Send Email
Nov 15, 2006
5:01 am
3808
Hi, I'm trying to use the XML-DBMS package to parse several thousand XML files into a database. I'd like to be able to run more than one instance of the...
clonefan98
Offline Send Email
Nov 17, 2006
6:35 pm
3809
The quick answer to this is that I don't think it's currently supported at the top level. (It is possible to support ordering for nested elements, such as...
Ronald Bourret
xmldbms
Offline Send Email
Nov 17, 2006
10:28 pm
3810
Hello, First, I didn't write the Perl version of the code and I don't think the author is on this list any more. So I'll try to help, but might not be able to...
Ronald Bourret
xmldbms
Offline Send Email
Nov 17, 2006
10:46 pm
3811
Yes, I am running the parsers in parallel by just having multiple processes run in parallel. No multi-threading or anything like that. Also, yes, I am asking...
Chris Van Oosbree
clonefan98
Offline Send Email
Nov 20, 2006
2:41 am
3812
Hi I'm trying to use XML-DBMS to transfer data, in most cases I want to retrieve data with some conditions likes "where Number > 0 and Number < 100" event...
liang_huai
Offline Send Email
Nov 21, 2006
10:09 am
3813
Can you send me: a) The code you are using to call XML-DBMS. b) Your map document (if any) c) Your database schema If you do not want to post this information...
Ronald Bourret
xmldbms
Offline Send Email
Nov 21, 2006
4:55 pm
3815
Thanks for your reply We can take the Transfer sample of XML-DBMS binary, I imported the default structure and data in a MySQL database, I didn¡¯t modify the...
liang_huai
Offline Send Email
Nov 22, 2006
10:47 am
3816
Version 1.8 of VTD-XML is now released. The new features are: · XMLModifier is a easy to use class that takes advantage of the incremental update...
Jimmy Zhang
jzhang_ximpl...
Offline Send Email
Nov 22, 2006
10:07 pm
3817
Hello, Sorry I haven't answered sooner. I've had deadlines on a book I'm helping write for the last two weeks. 1) As you found out yourself, when a query...
Ronald Bourret
xmldbms
Offline Send Email
Nov 29, 2006
10:59 pm
3818
Hello, Sorry it took so long for me to reply. Deadlines, deadlines, deadlines... I also looked at the generateKey subroutine. One thing I don't understand is...
Ronald Bourret
xmldbms
Offline Send Email
Nov 30, 2006
5:07 am
3819
Hello, Sorry about the late reply. I was busy with other work. I looked at the code and it might not be too difficult to modify the code to do this. Here's...
Ronald Bourret
xmldbms
Offline Send Email
Nov 30, 2006
5:22 am
3820
Thanks for the reply. I did try messing around with the Perl code to see if I could change it such that it would retrieve the insertid and use it. I didn't...
Chris Van Oosbree
clonefan98
Offline Send Email
Nov 30, 2006
7:57 pm
3821
Sounds good. You get the added advantage of all the 2.0 features as well -- updates, deletes, soft inserts, etc. -- Ron...
Ronald Bourret
xmldbms
Offline Send Email
Dec 1, 2006
5:04 am
3822
Hi all, I'm getting this error: "2007-01-16 15:57:50,978 ERROR [RequestProcessor-20] persistencelayer.DataRequestCompiler (DataRequestCompiler.java:211) - This...
tarbster
Offline Send Email
Jan 17, 2007
9:46 am
3823
Hi all I am Mani, Working as a software engineer, as well as I'm doing PhD, Topic is XMLDatamangement. If any one give the suggetions and which topic is good...
k mani
sivashakthi
Offline Send Email
Jan 17, 2007
12:52 pm
3824
Hello, I've been trying to recreate your problem here and I realized I don't understand the structure of your map file. For example, are there three ClassMaps...
Ronald Bourret
xmldbms
Offline Send Email
Jan 19, 2007
6:47 pm
3825
Thanks Ron, As I was in a bit of a hurry, I ended up refactoring some of the database tables so that I could use primary / foreign keys in the normal way. I...
tarbster
Offline Send Email
Jan 23, 2007
3:20 pm
3826
Hello, I haven't gotten back sooner because you already had a work-around. I tried to duplicate this on my machine, but was not able to do so. In particular, I...
Ronald Bourret
xmldbms
Offline Send Email
Jan 30, 2007
5:49 am
3827
Hi Folks! My Input XML: <data> <key>1</<key> <data_source> <os>AIX</os> <version>5.2</version> </data_source> </data> Database has two tables: Table: data ... ...
Jay Janardhan
mrutyun
Offline Send Email
Feb 16, 2007
3:47 pm
3828
Oops! I meant the "data_source::source_id" should get inserted into "data::source_id" not into "data::key". Sorry. ________________________________ From:...
Janardhan, Jay
mrutyun
Offline Send Email
Feb 16, 2007
3:51 pm
3829
Hello, You are requesting two features that have limited or no support: 1) Insert data into the data_source table only if it does not already exist. This is...
Ronald Bourret
xmldbms
Offline Send Email
Feb 17, 2007
3:54 am
Messages 3799 - 3829 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