... No. If you call DOMToDBMS or DBMSDelete directly, there are methods for specifying a single action. You can also construct an Actions object directly --...
3763
Scott Bainbridge
sctt_bainbridge
Oct 31, 2005 4:07 am
Hi Ron, I am moving my app from a Windows machine to a Unix server. I am using xmldbms in a web environment and need to include the DTD files within the web...
3764
Ronald Bourret
xmldbms
Oct 31, 2005 5:39 am
XML-DBMS itself doesn't actually need the DTDs -- they are built into the system. The DTDs are used by the XML parser (which is independent of XML-DBMS) to...
3765
elsa_jin
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
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
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
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
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
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
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
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
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
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...
Correct. I've added this question to the list of FAQs: http://www.rpbourret.com/xmldbms/faqs/index.htm -- Ron...
3777
ddc_dc
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
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
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...
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
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
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
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
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
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
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
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
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
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
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
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:...