Hi Ron! I need to make sure that for EVERY SELECTED DATABASE-TUPLE the PRIMARY KEY is selected during the publishing process. (This is just a requirement of ...
I was wondering how to handle BLOB data types in map file. One of column of my table is of type BLOB so I need to define the same in map file. I would ...
Before I try to answer this question, which has several possible answers, could you explain your application architecture? In particular, I need to know where...
Application architecture: The application is integrating the XML-DBMS middleware. An admin is writing some SQL-Statements or Filters, Mapping etc. A set of...
Hi there, i am working with xml-dbms v1.01 using MS access and xerces1.4.4 parser. i am having problem with GenerateMap application i created xmldbms data...
Just to make sure I understand. Each time a row from the database is retrieved, you want to retrieve the primary key of that row and store it somewhere else in...
OK. Here's some suggestions. For simplicity, I will assume you are using GenericHandler. If not, please adjust accordingly. Map + filter documents ... To...
I don't have time to answer this tonight. In the mean time, search the archives [1] for "binary data". This will return a number of messages that deal with...
This is not enough information to figure out what is happening. Could you post book.dtd or send it to me privately so I can try it here? (Note that this list...
Hi! I've written some code that programmatically does the updateOrInsert functionality. When I'm using commit_afterdocument or commit_afterstatement, ...
Posted with permission from the list owner, Ronald Bourret. Thanks! YAPC::NA 2005 (Yet Another Perl Conference, North America) has just released its...
FAQ: How do I handle binary data in XML-DBMS v2.0? ... Binary data is generally represented in XML documents in one of three ways: Base64, hexBinary, and as an...
Hi, Christian, ArrayDataSource is actually used to initialize the DataHandler, which in turn is passed to the TransferInfo. This gets my vote for one of the ...
Hi, I am trying to create class files for the attached DTD. I am getting following exception and trace: java.io.EOFException: End of file reached while...
Hello, I tried parsing the DTD and could not reproduce this error. Instead, parsing failed on the second line: <!-- 1. NCBI_Entity.mod> <!-- Entities used to...
Hi Ron, Thanks a bunch for the quick reply. That was exactly the problem. However I found that out when I tried to validate that DTD using Altova's XML SPY. ...
Two comments: 1) You are welcome to use the DTD Parser in your project. It's Open Source and you can do what you want with it. I'll send you fixes to a few...
Hello, In the web service project I'm working on at the moment there's the potential for some large XML documents to be generated, say, up to 5MB. My role is...
You haven't really said what kind of documents you are using, but large documents I have heard of seem to fall into three categories: 1) Repeating data. For...
In the org.xmlmiddleware.xmldbms.datahandlers.DataHandlerBase, modify the select method as follows. (Code is not compiled or tested.) public ResultSet...
Hi Ron! I'm trying to publish some relational data to XML programatically (using sql-stmts). I'm using Transfer.retrieveDocument as you can see in the code ...
Hello, When you call Transfer in this way, you need to call setDatabaseProperties() before calling retrieveDocument. If I remember correctly, the reason is...
OK. That was some work. But it works now! Thanks very much once again. Your instructions have really been helpful! /Christian _____ Von: Ronald Bourret...
Dear sir, I am using TransferResultSet sample for generation of XML document.I want to associate an CSS style sheet with the generated XML document.How can I...
In the toXML method, the call to dbmsToDOM.retrieveDocument(rs) returns a DOM tree as the variable named doc. What you need to do is use the DOM API to add a...
Hi, I am trying to insert the contents of an XML file into an Oracle table using the Transfer program that comes with XMLDBMS V2 and am getting the following...