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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 2225 - 2254 of 3864   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2225
You're working in the correct part of XML-DBMS (Parameters.setStringParameter). You might be able to avoid your problems by using setAsciiStream or...
Ronald Bourret
xmldbms
Offline Send Email
May 1, 2002
8:28 am
2226
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...
dhill724
Offline Send Email
May 1, 2002
7:41 pm
2227
... 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...
Ronald Bourret
xmldbms
Offline Send Email
May 2, 2002
7:49 am
2228
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...
Ronald Bourret
xmldbms
Offline Send Email
May 2, 2002
8:22 am
2229
Thanks for you quick response ... any idea when v2.0 is due out? Darren. ... From: Ronald Bourret [mailto:rpbourret@...] Sent: Thursday, May 02, 2002...
Darren Hill
dhill724
Offline Send Email
May 2, 2002
1:15 pm
2230
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...
Darren Hill
dhill724
Offline Send Email
May 2, 2002
1:50 pm
2231
... 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...
Ronald Bourret
xmldbms
Offline Send Email
May 3, 2002
8:53 am
2232
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...
Ronald Bourret
xmldbms
Offline Send Email
May 3, 2002
8:53 am
2233
Thanks ... look forward to the release. ... From: Ronald Bourret [mailto:rpbourret@...] Sent: Friday, May 03, 2002 4:56 AM To:...
Darren Hill
dhill724
Offline Send Email
May 3, 2002
12:21 pm
2234
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...
hey_hope_1
Offline Send Email
May 3, 2002
2:36 pm
2235
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...
Helen Cain
ginger_java
Offline Send Email
May 3, 2002
4:16 pm
2236
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...
Gary Lawrence Murphy
revg
Offline Send Email
May 6, 2002
3:19 pm
2237
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...
Ronald Bourret
xmldbms
Offline Send Email
May 7, 2002
8:02 am
2238
... 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...
Ronald Bourret
xmldbms
Offline Send Email
May 8, 2002
7:50 am
2239
... 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...
Ronald Bourret
xmldbms
Offline Send Email
May 8, 2002
8:37 am
2240
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 ...
adam flinton
aflinton@...
Send Email
May 8, 2002
10:36 am
2241
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]...
adam flinton
aflinton@...
Send Email
May 8, 2002
10:40 am
2242
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...
Ronald Bourret
xmldbms
Offline Send Email
May 8, 2002
10:58 am
2243
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,...
Ronald Bourret
xmldbms
Offline Send Email
May 8, 2002
9:32 pm
2244
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...
Darren Hill
dhill724
Offline Send Email
May 10, 2002
2:27 pm
2245
Hello all! I've got a problem retrieving a data from TEXT column. It permanently gives a garbage like "[B@1080f1c0" instead of column value. Inserting is OK....
Peter V. Mikhalenko
gryzlo2000
Offline Send Email
May 10, 2002
7:13 pm
2246
Seems that there is no support for updates and deletes in 1.x. Am I right? Thanks. __ Peter V. Mikhalenko Sigent Interactive Agency peter@......
Peter V. Mikhalenko
gryzlo2000
Offline Send Email
May 10, 2002
7:22 pm
2247
Yes you are. Check version 2 gap ... _________________________________________________________________ Get your FREE download of MSN Explorer at...
German Antonio Pulido
germanpulido
Offline Send Email
May 10, 2002
10:13 pm
2248
You are right. These are supported in 2.0. -- Ron...
Ronald Bourret
xmldbms
Offline Send Email
May 10, 2002
11:11 pm
2249
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...
Ronald Bourret
xmldbms
Offline Send Email
May 10, 2002
11:22 pm
2250
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...
Ronald Bourret
xmldbms
Offline Send Email
May 10, 2002
11:40 pm
2251
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....
Peter V. Mikhalenko
gryzlo2000
Offline Send Email
May 11, 2002
9:39 am
2252
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...
Darren Hill
dhill724
Offline Send Email
May 13, 2002
1:46 pm
2253
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 ... ...
daniel_wolfe
Offline Send Email
May 13, 2002
3:19 pm
2254
Does XML Spy say what the problem is? When I use Xerces in validating mode, it doesn't complain. -- Ron...
Ronald Bourret
xmldbms
Offline Send Email
May 14, 2002
11:01 am
Messages 2225 - 2254 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