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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 3765 - 3798 of 3869   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
3765 elsa_jin Send Email Nov 11, 2005
7:29 pm
Hi all, I just tried xmldbms days ago. What I'm trying to do is transfering data from MS Access to MySQL database. I used MapManager tool to generate a DTD...
3766 Ronald Bourret
xmldbms Send Email
Nov 17, 2005
6:09 pm
Hello, The problem is probably that your XML document does not match your DTD. In particular, the DTD allows only a single collection ID, collection name, and...
3767 Hiral Shah
hshah_mse Send Email
Nov 17, 2005
7:44 pm
Hi, I am a student working on a project to create an architecture for an ETL for XML data. I was wondering if there are in native XML databases in the market...
3768 Ronald Bourret
xmldbms Send Email
Nov 17, 2005
9:43 pm
See http://www.rpbourret.com/xml/ProdsNative.htm If you want an Open Source native XML database, I recommend eXist or Berkeley DB XML. -- Ron...
3769 Sudhakar
sudhakarjul18 Send Email
Nov 18, 2005
5:24 am
Hi.. can anyone help me out on how to load a big xml file into sql stored procedure (SQL Server 2k) temporary table. the concern i have is, if the xml file is...
3770 Ronald Bourret
xmldbms Send Email
Nov 18, 2005
5:48 am
Hello, This mailing list is for a product named XML-DBMS, which is Java middleware for transferring data between XML documents and relational databases. The...
3771 Ying Jin
elsa_jin Send Email
Nov 28, 2005
10:12 pm
Dear Ronald, Thanks for your reply. I have made the changes you suggested in the following message and I'm still getting the same error. 1. I have changed the...
3772 widfrid Send Email Dec 13, 2005
9:08 pm
Hi, I suggest to check the product Alchemist XML IDE,this is nice tool for XML environments. This product include interesting features of code generation...
3773 Ronald Bourret
xmldbms Send Email
Dec 15, 2005
9:44 pm
Hello, I just realized I never answered this. Are you still having this problem? I tried to recreate the problem here and was not able to. I used the following...
3774 Leonardo Kenji Shikida
kenjishikida Send Email
Dec 16, 2005
6:59 pm
I am using java -version java version "1.4.2_06" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03) Java HotSpot(TM) Client VM (build...
3775 Leonardo Kenji Shikida
kenjishikida Send Email
Dec 16, 2005
7:57 pm
solution : http://groups.yahoo.com/group/xml-dbms/message/3643 ... xmldbms20.jar:xerces-1_4_4/xerces.jar:./mysql-connector-java-3.0.16-ga-bin.jar ... ...
3776 Ronald Bourret
xmldbms Send Email
Dec 18, 2005
5:29 am
Correct. I've added this question to the list of FAQs: http://www.rpbourret.com/xmldbms/faqs/index.htm -- Ron...
3777 ddc_dc Send Email Dec 21, 2005
3:16 pm
Hi, I'm trying to generate a Map from my database, and am recieving this error. It appears that either SQL Server or JTDS is returning this as the SQL Type for...
3778 Ronald Bourret
xmldbms Send Email
Dec 22, 2005
7:22 am
Hello, The easiest thing to do would be to modify the code in MapFactory_Database to intercept this type (which is specific to SQL Server) and replace it with...
3779 hussoona Send Email Dec 24, 2005
11:06 pm
hi everybody..... im a univ student and will have my senior project in XML Database.... Unfortunatlly, i know nothing about that topic!!!! but i toke the ...
3780 ravi kiran
ravik_alagan... Send Email
Dec 26, 2005
7:09 am
... hi everybody..... im a univ student and will have my senior project in XML Database.... Unfortunatlly, i know nothing about that topic!!!! but i toke the ...
3782 Ronald Bourret
xmldbms Send Email
Dec 27, 2005
6:00 am
Hello, I'm not sure what you mean by "XML database". XML interacts with databases in two ways. When it is used as a data transport -- that is, to transfer data...
3783 hussoona Send Email Dec 29, 2005
3:07 am
... http://in.messenger.yahoo.com ... thank you verymuch ravia.... i search alot about XML but i didnt find any good site as this one ...i will try my best and...
3784 hussoona Send Email Dec 29, 2005
3:16 am
hi, first of all... thank you for ur reply.... then... im new in this field ... i know its diffcult ...but i will try my best.... i think ... as i understood...
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...
Messages 3765 - 3798 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