Just to let you all know that I've udpated the XML-DBMS Web site: http://www.rpbourret.com/xmldbms/index.htm Perhaps the most useful things are lists of FAQs...
Hi I am new to xml-dbms and had some questions. I did go through the archive and found some answers. 1. Is there a programmatic way to specify the actions when...
... No. If you call DOMToDBMS or DBMSDelete directly, there are methods for specifying a single action. You can also construct an Actions object directly --...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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 ...
... 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 ...
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...
... 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...
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...
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 ? ...
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...
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...
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...