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 313 - 342 of 3869   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
313 Ronald Bourret
rpbourret@... Send Email
Oct 2, 2000
10:13 pm
Sorry to be so long answering. Design questions always make me think... This is a good idea. There are actually two variations: 1) As Emmanuel suggests, we can...
314 Ronald Bourret
rpbourret@... Send Email
Oct 3, 2000
1:22 am
I've added this to the 2.0 spec, which is now available online at: http://www.rpbourret.com/xmldbms/specs/index.htm I'll try to update the spec as ideas move...
315 adam flinton
aflinton@... Send Email
Oct 3, 2000
10:18 am
Dear All, I have been looking @ how other dbms interactive systems handle Updates (e.g. EJB CMP systems). I reckon that the timestamp added by the dbms on...
316 adam flinton
aflinton@... Send Email
Oct 3, 2000
4:54 pm
Dear Ronald, 2) Map Objects: 2.1) Hooray. 2.2) Hooray again 2.3) Good idea. Would allow the Connection pool methods to be hardened (i.e. lots of optimization...
317 lyoung@... Send Email Oct 5, 2000
6:29 am
I am a new user of XML-DBMS and am having problems with the map. I have a DTD:- <!ELEMENT xml (product+)> <!ELEMENT product (size+, prices)> <!ELEMENT size...
318 lyoung@... Send Email Oct 5, 2000
12:23 pm
Very new to xml-dbms. Using TransferResultSet on the sample table 'Sales&#39; using the command line options... -s "select CUSTNUMBER FROM COLORADO.SALES";...
319 Ronald Bourret
rpbourret@... Send Email
Oct 5, 2000
5:23 pm
The short answer is that it is not possible to create a map for this, but that it is possible to transfer the data and then transform the result to what you...
320 Ronald Bourret
rpbourret@... Send Email
Oct 5, 2000
5:35 pm
The writeDocument methods are specific to individual parsers and versions of those parsers. Therefore, what is probably happening is that the parser you are...
321 Ronald Bourret
rpbourret@... Send Email
Oct 5, 2000
6:20 pm
I took a quick look at this and it's worth investigating in terms of what features the transfer engine might need. A related product is Castor...
322 Ronald Bourret
rpbourret@... Send Email
Oct 5, 2000
11:21 pm
See below: ... I tend to agree. ... Unfortunately, this assumes that the primary key and timestamp are not data. That is, they will be generated by the...
323 Ronald Bourret
rpbourret@... Send Email
Oct 6, 2000
12:50 am
... Duh. You're very right. This will mean writing a set of schema objects. I think it also means linking schema objects to database metadata objects (Table,...
324 pareena shah
pareena_shah@... Send Email
Oct 6, 2000
4:12 pm
I am using the MapFactory_DTD class to generate a map from a DTD. Is there a way to modify the mapping language so that a nested element with attributes but no...
325 Ronald Bourret
rpbourret@... Send Email
Oct 6, 2000
5:35 pm
I assume what you want is to be able to store element B and attributes C and D in the following in the table for A: <A> <B C="cccc" D="dddd">bbbb</B> ...
326 Ronald Bourret
rpbourret@... Send Email
Oct 7, 2000
2:43 am
Adam Flinton's messages about client- and server-side classes made me realize that I have no idea how people are using XML-DBMS. Is it part of a distributed...
327 Emmanuel Clarke
emmanuel.clarke@... Send Email
Oct 9, 2000
10:31 am
Mainly as a simple way to load/extract XML docs but in the context of data transfer between applications. So the 2.0 features would be: - the nice GUI :-) -...
328 Ayman Akt
ayman@... Send Email
Oct 11, 2000
12:37 am
Hello, I get the following error when running transfer: de.tudarmstadt.ito.xmldbms.KeyException: Can't call commit when autocommit=true at ...
329 Ronald Bourret
rpbourret@... Send Email
Oct 11, 2000
6:06 am
1) As a workaround, comment out the call to conn.commit() at the end of KeyGeneratorImpl.getHighKey(). 2) You will probably have problems with DOMToDBMS as...
330 andy.elvey@... Send Email Oct 12, 2000
7:21 am
I just thought I'd mention this as I came across it on the "xmlhack" site. The site says - " Kimbro Staken and Lars Martin announced the creation of XML:DB, an...
331 adam flinton
aflinton@... Send Email
Oct 16, 2000
4:34 pm
Sorry about the unstructured nature of this but.... 1) I spotted a mail re XML:DB. Should someone contact them & see if there's any commonality? 2) Should we...
332 andy.elvey@... Send Email Oct 17, 2000
8:05 am
... there's ... Mmm ... I fully agree ... :-) ( I'm a relative newbie to XML , however, so I'm kinda reluctant myself to do the "approaching&quot; :-) Maybe...
333 Ronald Bourret
rpbourret@... Send Email
Oct 17, 2000
9:26 pm
I tried sending them email last week, but the message was returned as "User unknown". I'll try writing directly to the people involved this week. Unless they...
334 Ronald Bourret
rpbourret@... Send Email
Oct 18, 2000
9:52 pm
... Probably a good idea. Most interesting is probably any code they have that generates Java objects from XML Schema (the Sun Java Data Binding spec). I've...
335 rpbourret@... Send Email Oct 19, 2000
2:32 am
For any one interested in subscribing to their mailing lists, there are two. One is for a general discussion on XML:DB issues, the other is for a discussion of...
336 adam flinton
aflinton@... Send Email
Oct 19, 2000
11:13 am
... OK. I am firmly of the "don't reinvent the wheel / stand on the shoulders of giants" frame of mind..... ... OK I just didn't want to set about doing it...
337 adam flinton
aflinton@... Send Email
Oct 19, 2000
2:16 pm
Dear Everyone, I've been checking the XML Dev Con list of who's going to be speaking etc @ the San Jose Dev Con.............Of course Ron is listed but so are...
338 Ronald Bourret
rpbourret@... Send Email
Oct 20, 2000
4:15 am
... I came from a whole family of people obsessed with reinventing wheels, so feel free to keep beating on me about this. I did notice that Enhydra has a...
339 adam flinton
aflinton@... Send Email
Oct 20, 2000
2:24 pm
... Yup. I have just D/L'ed the new IBM4J & Xerces for the Schema support. There is a ton of stuff in Enhydra which might provide a short cut to what we want....
340 adam flinton
aflinton@... Send Email
Oct 20, 2000
3:29 pm
Dear All, I notice that the JAXP 1.1 Early Adopter (i.e Beta) package is available for Download. It seems to address DOM2,Sax2 & namespaces.... Anyone tried...
341 adam flinton
aflinton@... Send Email
Oct 20, 2000
3:42 pm
Dear All, Package naming. A) if org.xml-dbms is taken, what else is there? org.xd? org.dx? I quite like xd myself (I know there used to be a 3 letter minimum...
342 Ronald Bourret
rpbourret@... Send Email
Oct 20, 2000
5:58 pm
... Me, too. Does anybody know of a good CVS client with a GUI that runs on Win95? I'm command-line phobic. ... Sounds good to me. That also splits nicely...
Messages 313 - 342 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