Search the web
Sign In
New User? Sign Up
xml-dbms
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3653 - 3685 of 3864   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3653
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 ...
Christian Dreier
christian3er
Offline Send Email
Feb 11, 2005
7:12 pm
3654
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 ...
Ranjan K. Baisak
ranjanbaisak
Offline Send Email
Feb 14, 2005
10:40 am
3655
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...
Ronald Bourret
xmldbms
Offline Send Email
Feb 16, 2005
7:17 am
3656
Application architecture: The application is integrating the XML-DBMS middleware. An admin is writing some SQL-Statements or Filters, Mapping etc. A set of...
Christian Dreier
christian3er
Offline Send Email
Feb 16, 2005
9:53 am
3657
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...
krishna mohan
geniuskittu
Offline Send Email
Feb 17, 2005
6:26 am
3658
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...
Ronald Bourret
xmldbms
Offline Send Email
Feb 17, 2005
7:52 am
3659
comments below ( marked with christian>>) _____ Von: Ronald Bourret [mailto:rpbourret@...] Gesendet: Donnerstag, 17. Februar 2005 08:52 An:...
Christian Dreier
christian3er
Offline Send Email
Feb 17, 2005
9:10 am
3660
OK. Here's some suggestions. For simplicity, I will assume you are using GenericHandler. If not, please adjust accordingly. Map + filter documents ... To...
Ronald Bourret
xmldbms
Offline Send Email
Feb 21, 2005
7:11 am
3661
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...
Ronald Bourret
xmldbms
Offline Send Email
Feb 21, 2005
7:46 am
3662
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...
Ronald Bourret
xmldbms
Offline Send Email
Feb 21, 2005
8:04 am
3663
Hi! I've written some code that programmatically does the updateOrInsert functionality. When I'm using commit_afterdocument or commit_afterstatement, ...
Christian Dreier
christian3er
Offline Send Email
Feb 24, 2005
3:49 pm
3664
Posted with permission from the list owner, Ronald Bourret. Thanks! YAPC::NA 2005 (Yet Another Perl Conference, North America) has just released its...
Gerard Lim
mindmeld20
Offline Send Email
Feb 25, 2005
3:31 am
3665
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...
Ronald Bourret
xmldbms
Offline Send Email
Feb 25, 2005
6:33 am
3666
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 ...
Ronald Bourret
xmldbms
Offline Send Email
Feb 25, 2005
6:52 am
3667
Thanks for your immediate reply, Ron! Everything works as expected now! /Christian _____ Von: Ronald Bourret [mailto:rpbourret@...] Gesendet:...
Christian Dreier
christian3er
Offline Send Email
Feb 25, 2005
1:10 pm
3668
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...
Devang Kamdar
devangnkamdar
Offline Send Email
Feb 27, 2005
2:46 am
3669
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...
Ronald Bourret
xmldbms
Offline Send Email
Feb 28, 2005
5:24 pm
3670
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. ...
Devang Kamdar
devangnkamdar
Offline Send Email
Feb 28, 2005
8:07 pm
3671
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...
Ronald Bourret
xmldbms
Offline Send Email
Feb 28, 2005
10:10 pm
3672
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...
Jo Fletcher
speckers2004
Offline Send Email
Mar 6, 2005
11:40 pm
3673
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...
Ronald Bourret
xmldbms
Offline Send Email
Mar 7, 2005
7:28 am
3674
The request retrives lots of records so is it possible to restrict the number of records fetched by a request. regards, Ranjan ...
Ranjan K. Baisak
ranjanbaisak
Offline Send Email
Mar 14, 2005
8:43 am
3675
In the org.xmlmiddleware.xmldbms.datahandlers.DataHandlerBase, modify the select method as follows. (Code is not compiled or tested.) public ResultSet...
Ronald Bourret
xmldbms
Offline Send Email
Mar 14, 2005
7:31 pm
3676
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 ...
Christian Dreier
christian3er
Offline Send Email
Mar 16, 2005
9:22 pm
3677
Hello, When you call Transfer in this way, you need to call setDatabaseProperties() before calling retrieveDocument. If I remember correctly, the reason is...
Ronald Bourret
xmldbms
Offline Send Email
Mar 17, 2005
7:24 pm
3678
Thanks for your fast reply. It works now. I really haven’t seen it in the JavaDocs. BR Christian _____ Von: Ronald Bourret [mailto:rpbourret@...] ...
Christian Dreier
christian3er
Offline Send Email
Mar 18, 2005
9:19 am
3679
OK. That was some work. But it works now! Thanks very much once again. Your instructions have really been helpful! /Christian _____ Von: Ronald Bourret...
Christian Dreier
christian3er
Offline Send Email
Mar 18, 2005
6:15 pm
3680
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...
amol
vnamol
Offline Send Email
Mar 18, 2005
6:58 pm
3681
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...
Ronald Bourret
xmldbms
Offline Send Email
Mar 19, 2005
5:47 am
3685
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...
Scott Bainbridge
sctt_bainbridge
Offline Send Email
May 25, 2005
11:24 am
Messages 3653 - 3685 of 3864   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help