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 3839 - 3869 of 3869   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
3839 leepf7211 Send Email Oct 22, 2007
12:28 am
Hi After i config the environment ,i use the commandline as follow: E:\xmldbms20alpha3\samples&gt;java org.xmlmiddleware.xmldbms.tools.MapManager File1 ...
3840 ffffffffffc5fffffff...
leepf7211 Send Email
Oct 23, 2007
9:00 am
After i config the environment ,i use the commandline as follow: E:\xmldbms20alpha3\samples&gt;java org.xmlmiddleware.xmldbms.tools.MapManager File1 =parser.props...
3841 meisam sarabadani
lmlelilslalm Send Email
Oct 25, 2007
9:54 am
Hi, I am very new to XML-DBMS but I really do need it, I have read its documentations from beginners to advances, I have understood only a few things. but I...
3842 meisam sarabadani
lmlelilslalm Send Email
Oct 25, 2007
10:30 am
hi, while inserting the xml into RDBMS, do we need to specify the name of the tables somewhere ? if yes? so what is the benefit of insertion? for example each...
3843 Jimmy Zhang
jzhang_ximpl... Send Email
Oct 26, 2007
12:00 am
XimpleWare is proud to announce the the release of version 2.2 of VTD- XML, the next generation open source XML parsers/indexer/slicer/editor. This release...
3844 Ronald Bourret
xmldbms Send Email
Oct 26, 2007
4:17 am
Hello, Sorry it has taken me so long to reply. I tried this on my computer and was unable to recreate your error. I then looked at the code for...
3845 Ronald Bourret
xmldbms Send Email
Oct 26, 2007
4:40 am
Hello, XML-DBMS is used to transfer data between an XML document and a relational database. It does this according to a mapping specified in the map document....
3846 Ronald Bourret
xmldbms Send Email
Oct 26, 2007
5:38 am
Hello, Here is a simple example of using XML-DBMS. This example uses the command line, the MapManager and Transfer tools, and the samples in the samples...
3847 leepf7211 Send Email Nov 5, 2007
2:39 am
Hello,everbody I have met a error of "NullPointerexception" when i use manager tool ,and i have capture the error position in source code is as follow: public...
3848 rpbourret@...
xmldbms Send Email
Nov 7, 2007
7:43 am
Hello, Sorry I haven't replied sooner. The statement does not print because you have not reached that section of the code. You did not supply a value for the...
3849 ffffffffffc5fffffff...
leepf7211 Send Email
Nov 23, 2007
6:34 am
Hi, everybody! who could tell me how to write my own application using java and xml-dbms ?I want a completely example which can describe the develop...
3850 Jimmy Zhang
jzhang_ximpl... Send Email
Mar 7, 2008
8:14 pm
Version 2.3 of VTD-XML (http://vtd-xml.sf.net), the next generation document-centric XML processing model, is now released. To download the latest version...
3851 kyle93ser Send Email Oct 9, 2008
6:43 pm
Ron, Is there a newer release than Alpha3? I am attempting to use xml-dbms with Nessus a popular security vulnerability scanner. I have everything loaded,...
3852 Ronald Bourret
xmldbms Send Email
Oct 10, 2008
4:59 am
Hello, For some reason, Yahoo Groups won't let me see the entire thread, so I assume the error you are having is that that HighLow class is not found. To solve...
3853 xia_ibm Send Email Mar 12, 2009
12:22 am
This is a one-time only activity for about 8 hrs. If you are invited to participate, you will receive an honorarium of $75/hr for your participation. No...
3854 Ruchika Israni
israniruchika Send Email
May 26, 2009
4:52 pm
Hi Ron, I want to skip certain elements in my xml because they do not correspond to any structure in the database and map the child to a table in the database....
3855 Ronald Bourret
xmldbms Send Email
May 28, 2009
5:42 am
Hello, Yes, you can use the InlineMap element for this. For example, the ClassMap element for storedHU would look something like this: <ClassMap> <ElementType...
3856 Ruchika Israni
israniruchika Send Email
Jun 1, 2009
11:40 pm
Thank you for your reply Ron. Actually, my problem is there is no parent-child relationship between storedHU and dataSource. Also, there are many such elements...
3857 Ronald Bourret
xmldbms Send Email
Jun 2, 2009
5:56 am
Hello, 1) If you can, you should redesign your XML so that dataSources is not a child of storedHU. The current design is misleading, as it implies a ...
3858 Ronald Bourret
xmldbms Send Email
Jun 2, 2009
6:14 am
Hi, I've added a new FAQ: http://www.rpbourret.com/xmldbms/faqs/process.htm This describes what (possibly discontiguous) parts of an XML document can be...
3859 Ruchika Israni
israniruchika Send Email
Jun 3, 2009
7:14 pm
Hi all, I am using a xml which is 3.08 MB in size. I am running the transfer tool and am getting the following error. I read somewhere in the previous posts...
3860 Ronald Bourret
xmldbms Send Email
Jun 3, 2009
8:32 pm
Hello, XML-DBMS does not support SAX because linear processing of documents is possible only in specific cases. (It is very easy to create an XML document...
3861 Ruchika Israni
israniruchika Send Email
Jun 3, 2009
9:08 pm
Hi all, I have a xml which is 3.08 MB in size. While I run the Transfer tool of XML-DBMS, it gives me the following error. I read in previous posts that the...
3862 Ruchika Israni
israniruchika Send Email
Jun 4, 2009
4:02 am
Thank You Ron. I included -Xmx option into the command and it worked. Thanks once again. Ruchika Israni...
3863 jazzgeir Send Email Sep 7, 2009
1:31 pm
I'm using xml-dbms in a project where I want researchers to be able to update and insert data in the database by way of XML-DBMS, preferrably both updating and...
3864 Ronald Bourret
xmldbms Send Email
Sep 17, 2009
7:09 am
Hello, Sorry it has taken so long to reply. See my answers below. -- Ron ... UpdateOrInsert means that XML-DBMS will first attempt the update the row in the...
3866 Jean-Pierre
jp_lample Send Email
Dec 9, 2009
12:33 pm
Dear Sir, I'm actually trying to load a 5 level depth XML data file into MySql single table, unfortunately I couldn't design mapping to do this, regarding to...
3867 Ronald Bourret
xmldbms Send Email
Dec 10, 2009
7:46 am
Hello, XML-DBMS does not support this kind of mapping. In particular, it cannot "distribute&quot; values from parent elements/attributes across multiple rows. For...
3868 jzhang_ximpleware
jzhang_ximpl... Send Email
Feb 27, 2011
2:43 am
VTD-XML 2.10 is now released. It can be downloaded at https://sourceforge.net/projects/vtd-xml/files/vtd-xml/ximpleware_2.10/.This release includes a number of...
3869 Rick Taylor
lizbensky Send Email
Aug 1, 2012
3:03 pm
http://www.ceriotti.it/jfnmxcpeuz/DJAL.php [Non-text portions of this message have been removed]...
Messages 3839 - 3869 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