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
Messages 3806 - 3836 of 3869   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
3806 Ronald Bourret
xmldbms Send Email
Nov 7, 2006
7:21 am
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...
3807 Sami Ather
samiather Send Email
Nov 15, 2006
5:01 am
I have a filter like <FilterSet Version="2.0" xmlns="http://www.xmlmiddleware.org/xmldbms/filters/v2"> <Options> <Namespace Prefix="tes" URI =...
3808 clonefan98 Send Email Nov 17, 2006
6:35 pm
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...
3809 Ronald Bourret
xmldbms Send Email
Nov 17, 2006
10:28 pm
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...
3810 Ronald Bourret
xmldbms Send Email
Nov 17, 2006
10:46 pm
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...
3811 Chris Van Oosbree
clonefan98 Send Email
Nov 20, 2006
2:41 am
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...
3812 liang_huai Send Email Nov 21, 2006
10:09 am
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...
3813 Ronald Bourret
xmldbms Send Email
Nov 21, 2006
4:55 pm
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...
3815 liang_huai Send Email Nov 22, 2006
10:47 am
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...
3816 Jimmy Zhang
jzhang_ximpl... Send Email
Nov 22, 2006
10:07 pm
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...
3817 Ronald Bourret
xmldbms Send Email
Nov 29, 2006
10:59 pm
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...
3818 Ronald Bourret
xmldbms Send Email
Nov 30, 2006
5:07 am
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...
3819 Ronald Bourret
xmldbms Send Email
Nov 30, 2006
5:22 am
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...
3820 Chris Van Oosbree
clonefan98 Send Email
Nov 30, 2006
7:57 pm
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...
3821 Ronald Bourret
xmldbms Send Email
Dec 1, 2006
5:04 am
Sounds good. You get the added advantage of all the 2.0 features as well -- updates, deletes, soft inserts, etc. -- Ron...
3822 tarbster Send Email Jan 17, 2007
9:46 am
Hi all, I'm getting this error: "2007-01-16 15:57:50,978 ERROR [RequestProcessor-20] persistencelayer.DataRequestCompiler (DataRequestCompiler.java:211) - This...
3823 k mani
sivashakthi Send Email
Jan 17, 2007
12:52 pm
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...
3824 Ronald Bourret
xmldbms Send Email
Jan 19, 2007
6:47 pm
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...
3825 tarbster Send Email Jan 23, 2007
3:20 pm
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...
3826 Ronald Bourret
xmldbms Send Email
Jan 30, 2007
5:49 am
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...
3827 Jay Janardhan
mrutyun Send Email
Feb 16, 2007
3:47 pm
Hi Folks! My Input XML: <data> <key>1</<key> <data_source> <os>AIX</os> <version>5.2</version&gt; </data_source>; </data> Database has two tables: Table: data ... ...
3828 Janardhan, Jay
mrutyun Send Email
Feb 16, 2007
3:51 pm
Oops! I meant the "data_source::source_id" should get inserted into "data::source_id" not into "data::key". Sorry. ________________________________ From:...
3829 Ronald Bourret
xmldbms Send Email
Feb 17, 2007
3:54 am
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...
3830 Janardhan, Jay
mrutyun Send Email
Feb 18, 2007
9:02 pm
Thanks for the reply Ron. I'm switching to Java V2.0. While I start experimenting with V2.0, I have a quick question. Is it possible to map an element from the...
3831 Ronald Bourret
xmldbms Send Email
Feb 18, 2007
9:28 pm
No. To do this, you would need to use XSLT to transform the document first. You would then map the transformed document to the database. In your case, you...
3832 Ravikiran
ravik_alagan... Send Email
Feb 23, 2007
3:43 pm
I am marshalling a java object into xml file.In the java object i am setting a url which consists of & in it,after marshalling through JAXP parser it converts...
3833 Ronald Bourret
xmldbms Send Email
Feb 24, 2007
2:22 am
You can't. In XML, an ampersand is used as the first character of an entity reference. If the & is not converted to &, the XML parser will return an error...
3834 Jimmy Zhang
jzhang_ximpl... Send Email
Feb 25, 2007
4:42 am
The VTD-XML project team is proud to announce the release of version 2.0 of VTD-XML, the next generation XML parser/indexer. The new features introduced in...
3835 Janardhan, Jay
mrutyun Send Email
Feb 26, 2007
11:02 pm
Thanks for your help Ron. I switched to V2.0. I can't say I still understand the mapping language well enough! I was trying out the many-to-many relation...
3836 Ronald Bourret
xmldbms Send Email
Feb 27, 2007
7:27 pm
This is probably because the document shown in the FAQ isn't correct, as is noted in the IMPORTANT! paragraph. (When I discovered the error, I didn't have time...
Messages 3806 - 3836 of 3869   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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