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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 2225 - 2254 of 3869   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2225 Ronald Bourret
xmldbms Send Email
May 1, 2002
8:28 am
You're working in the correct part of XML-DBMS (Parameters.setStringParameter). You might be able to avoid your problems by using setAsciiStream or...
2226 dhill724 Send Email May 1, 2002
7:41 pm
I'm trying to create a map for IFX1.2 and get this error ... de.tudarmstadt.ito.xmldbms.InvalidMapException: More than one property is mapped to the table...
2227 Ronald Bourret
xmldbms Send Email
May 2, 2002
7:49 am
... Does this happen if you are running normal JDBC code? That is, not using XML-DBMS? ... I assume you are using the generated keys? If so, you should be able...
2228 Ronald Bourret
xmldbms Send Email
May 2, 2002
8:22 am
This is a design bug in XML-DBMS. (I think it is fixed in v2.0, but I can't remember.) The problem occurs because CSPRefId contains only PCDATA and occurs with...
2229 Darren Hill
dhill724 Send Email
May 2, 2002
1:15 pm
Thanks for you quick response ... any idea when v2.0 is due out? Darren. ... From: Ronald Bourret [mailto:rpbourret@...] Sent: Thursday, May 02, 2002...
2230 Darren Hill
dhill724 Send Email
May 2, 2002
1:50 pm
The reason I ask is because the is of 45 references in this DTD. The workaround is not an option. Love the tool though .. powerful. Thanks. ... From: Ronald...
2231 Ronald Bourret
xmldbms Send Email
May 3, 2002
8:53 am
... If you search the archives, you'll see that I always refuse to answer this question. The current state is alpha 2. I expect alpha 3 (which will add...
2232 Ronald Bourret
xmldbms Send Email
May 3, 2002
8:53 am
I checked the code in v2.0. It currently prohibits multiple properties from sharing the same property table. I'll add this to the list of things to look at in...
2233 Darren Hill
dhill724 Send Email
May 3, 2002
12:21 pm
Thanks ... look forward to the release. ... From: Ronald Bourret [mailto:rpbourret@...] Sent: Friday, May 03, 2002 4:56 AM To:...
2234 hey_hope_1 Send Email May 3, 2002
2:36 pm
Hi there. I am currently working on a project for www.gmptraining.com And I have more products to be offered on the site. I want to update the product list. I...
2235 Helen Cain
ginger_java Send Email
May 3, 2002
4:16 pm
Hi, I will have a go at answering the questions... (although I may get flamed or corrected later) If you want to use xmldbms you need to use a DTD which...
2236 Gary Lawrence Murphy
revg Send Email
May 6, 2002
3:19 pm
I have three applications where the incoming XML is only partially significant from a meta-data point of view: Each document consists of an envelope listing...
2237 Ronald Bourret
xmldbms Send Email
May 7, 2002
8:02 am
This is possible -- just map the element type using a PropertyMap instead of a ClassMap. For an example, see the mapping for the Description element type in...
2238 Ronald Bourret
xmldbms Send Email
May 8, 2002
7:50 am
... Ron, In the process of migrating from xml-dbms 1.0 to 2.0 I created a simple xsl stylesheet to convert the .map files. While it is not complete, it might...
2239 Ronald Bourret
xmldbms Send Email
May 8, 2002
8:37 am
... Below is a modified version of Tomohiro TAKAHASHI's code [1]. The new code checks in each SELECT statement before checking out a new SELECT statement. This...
2240 adam flinton
aflinton@... Send Email
May 8, 2002
10:36 am
Dear All, OK then we have a working XD Version1 mapbuilder from JDBC GUI thing. What is missing is a "test" facility whereby you can hook together different ...
2241 adam flinton
aflinton@... Send Email
May 8, 2002
10:40 am
Ron - Do you want me to put this into the Version 1 code I have? Adam [Non-text portions of this message have been removed]...
2242 Ronald Bourret
xmldbms Send Email
May 8, 2002
10:58 am
No. It is memory intensive -- it reads entire result sets and stores them locally before processing them, rather than reading/processing them one row at a...
2243 Ronald Bourret
xmldbms Send Email
May 8, 2002
9:32 pm
Here are some observations about processes and properties: 1) A given process (getting an XML document from JMS, storing an XML document in the database,...
2244 Darren Hill
dhill724 Send Email
May 10, 2002
2:27 pm
I want to map the following XML file to three tables ... USER, ACCOUNT and TRANSACTION And example of my problem is that I want to place the <RECIEVED> data...
2245 Peter V. Mikhalenko
gryzlo2000 Send Email
May 10, 2002
7:13 pm
Hello all! I've got a problem retrieving a data from TEXT column. It permanently gives a garbage like "[B@1080f1c0&quot; instead of column value. Inserting is OK....
2246 Peter V. Mikhalenko
gryzlo2000 Send Email
May 10, 2002
7:22 pm
Seems that there is no support for updates and deletes in 1.x. Am I right? Thanks. __ Peter V. Mikhalenko Sigent Interactive Agency peter@......
2247 German Antonio Pulido
germanpulido Send Email
May 10, 2002
10:13 pm
Yes you are. Check version 2 gap ... _________________________________________________________________ Get your FREE download of MSN Explorer at...
2248 Ronald Bourret
xmldbms Send Email
May 10, 2002
11:11 pm
You are right. These are supported in 2.0. -- Ron...
2249 Ronald Bourret
xmldbms Send Email
May 10, 2002
11:22 pm
This isn't possible in version 1.x. It is possible in v2.0 using the InlineMap mapping element. You can find some (largely useless) examples in the CVS tree...
2250 Ronald Bourret
xmldbms Send Email
May 10, 2002
11:40 pm
Is TEXT a LONGVARCHAR? If so, I wonder if your JDBC driver is returning an InputStream or similar object instead of a String object. That would account for the...
2251 Peter V. Mikhalenko
gryzlo2000 Send Email
May 11, 2002
9:39 am
Thanks, Ron! RB> Is TEXT a LONGVARCHAR? If so, I wonder if your JDBC driver is RB> returning an InputStream or similar object instead of a String RB> object....
2252 Darren Hill
dhill724 Send Email
May 13, 2002
1:46 pm
Hi All, XML Spy says that the DTD that comes with V2.0 is not valid ... anyone else have this problem? Darren Hill Software Engineer (416) 226-2900 x3326 724...
2253 daniel_wolfe Send Email May 13, 2002
3:19 pm
I have had the same problem with XML Spy, and I am using 4.3. Any other suggestions for validating a 2.0 map against the 2.0 DTD would be great. - Dan ... ...
2254 Ronald Bourret
xmldbms Send Email
May 14, 2002
11:01 am
Does XML Spy say what the problem is? When I use Xerces in validating mode, it doesn't complain. -- Ron...
Messages 2225 - 2254 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