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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 3785 - 3818 of 3869   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
3785 Tommy Fan
tommyfan2000 Send Email
Jan 24, 2006
1:19 pm
Hi, I'm new using xml-dbms. I'm going to write an application using xml-dbms. Is there an API or method to set the filter instead of using filters.dtd ? ...
3786 Ronald Bourret
xmldbms Send Email
Jan 25, 2006
9:50 am
Hello, See the package org.xmlmiddlware.xmldbms.filters. The classes you will probably need are FilterBase, FilterSet, RootFilter, TableFilter, ...
3788 PrasannaVenkatesan K
pvlikesjava Send Email
Jan 28, 2006
5:59 pm
Can any one help me in parsing XML using JAXP with some basic examples.. K.PrasannaVenkatesan ... Jiyo cricket on Yahoo! India cricket [Non-text portions of...
3789 Ronald Bourret
xmldbms Send Email
Jan 28, 2006
7:22 pm
See: http://java.sun.com/webservices/jaxp/dist/1.1/docs/tutorial/ Please note that this mailing list is for XML-DBMS, a middleware product used to transfer...
3792 Rama Subba Reddy
krsreddy123 Send Email
Feb 16, 2006
1:40 pm
Hi Friends, I have data object hierarchy. I want to create Open Office Text file from my data. Can sombody help me how to create using dom parser. I want to...
3793 Ronald Bourret
xmldbms Send Email
Feb 17, 2006
12:47 am
Hello, I just learned about something that Yahoo uses called "Web beacons", which are created for anybody who is a member of Yahoo Groups. Basically, these are...
3794 Ronald Bourret
xmldbms Send Email
Feb 17, 2006
8:23 am
Hello, This mailing list is for users of XML-DBMS, a product for transferring data between relational databases and XML documents. You might have more luck on...
3795 Jimmy Zhang
ximpleware2004 Send Email
Feb 17, 2006
6:54 pm
Have you heard of vtd-xml before? It is better than DOM ... http://vtd-xml.sf.net ... From: "Rama Subba Reddy" <krsreddy123@...> To:...
3796 Ronald Bourret
xmldbms Send Email
Jun 15, 2006
5:45 pm
Hello, If anybody is interested in presenting a paper at XML 2006, this is the last weekend you can submit papers. XML 2006 is primarily an industry conference...
3797 aaa7u Send Email Jun 20, 2006
11:51 am
Hi, I am using the EmptyStringIsNull option, however when I have an empty string tag such as <DataCount/> of data type integer, numeric, or date I get the...
3798 Ronald Bourret
xmldbms Send Email
Jun 21, 2006
7:09 am
Congratulations! It looks like you're the first person to use EmptyStringIsNull with anything other than strings :) In the process, you've found a bug... To...
3799 Rob
rob_ewing50 Send Email
Oct 17, 2006
12:01 pm
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...
3800 Ronald Bourret
xmldbms Send Email
Oct 18, 2006
5:43 am
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...
3801 Rob
rob_ewing50 Send Email
Oct 29, 2006
1:48 am
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...
3802 View Links
view_links Send Email
Oct 30, 2006
10:09 am
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...
3803 Ronald Bourret
xmldbms Send Email
Oct 30, 2006
5:07 pm
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...
3804 Rob
rob_ewing50 Send Email
Oct 30, 2006
6:08 pm
Hi, Am confused with respect to the following: In the xmldbms cvs source there are two copies of MySQLHandler: ...datahandlers.external.MySQLHandler.java ...
3805 Ronald Bourret
xmldbms Send Email
Oct 31, 2006
5:28 am
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...
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...
Messages 3785 - 3818 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