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 3173 - 3206 of 3864   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3173
I am trying to select data from relational tables and transform them into XML format. What exactly I am trying to do is: - Select column values from Table 1,...
ESN
eisabainyo
Offline Send Email
Oct 2, 2003
3:42 am
3174
Sorry about the delay in answering. I've been very busy. 1) The question you are asking is about how to use SQL/XML, which is a standard set of extensions to...
Ronald Bourret
xmldbms
Offline Send Email
Oct 7, 2003
4:41 pm
3175
All, Been playing around with eclipse trying to create a few plugins. Finally had success today! There are a few tricks to get xmldbms to work with a plugin...
cafulnecky
Offline Send Email
Oct 12, 2003
4:00 am
3178
hello all, I have stated using xml-dbms version 1.01 with postgreSQL, and using the xml parser from Sun i.e JAPX (http://java.sun.com/xml/jaxp/) the jdbc...
rajeevan1976
Offline Send Email
Oct 15, 2003
12:27 pm
3179
Don't confuse Oracle and Oracle :) The Transfer sample has been compiled for Oracle's *XML parser*, not the Oracle *database*. What you need to do is modify...
rpbourret@...
xmldbms
Offline Send Email
Oct 16, 2003
7:19 am
3181
I've installed DBIx-XML_RDB-0.05, but if I try to execute the following codes, I got an error message saying I don't have XML/XMLtoDBMS.pm #!/usr/bin/perl -w ...
Yu Kwan Cheung
yu152178
Online Now Send Email
Oct 17, 2003
6:47 am
3182
If you are using DBIx-XML_RDB, why are you telling PERL to use XML::XMLtoDBMS? These two products are not related. You can download XML::XMLtoDBMS from: ...
Ronald Bourret
xmldbms
Offline Send Email
Oct 17, 2003
7:08 am
3183
I have the following xml <root> <a> <b></b> <c></c> <d></d> <d></d> <d></d> </a> <a> ... </a> </root> and want to map that to table 1 table 2 b(key) c...
David Crawford
drcca
Offline Send Email
Oct 20, 2003
5:39 pm
3184
I have the following DTD: <!ELEMENT generic(A,A,B,B,C)> how could i generate another DDL using .MAP? Leonardo...
Leonardo G Chaves
grandi@...
Send Email
Oct 20, 2003
6:03 pm
3185
I have the following DTD: <!ELEMENT generic(A,A,B,B,C)> how could i generate another DDL using .MAP? version 2.0 Leonardo...
Leonardo G Chaves
grandi@...
Send Email
Oct 20, 2003
6:04 pm
3186
I have the following DTD: <!ELEMENT generic(A,A,B,B,C)> how could i generate another DDL using .MAP? version 2.0 Leonardo...
Leonardo G Chaves
grandi@...
Send Email
Oct 20, 2003
6:04 pm
3187
Hello, I'm using XML-DBMS 2.0 alpha3 as found on the project page (http://www.rpbourret.com/xmldbms/xmldbms20alpha3.zip)... I'm wondering if there is any new...
abdelhachim
Offline Send Email
Oct 20, 2003
10:06 pm
3188
A short explanation can be found at: http://sourceforge.net/docman/display_doc.php? docid=19511&group_id=90104...
cafulnecky
Offline Send Email
Oct 21, 2003
2:04 am
3189
A short explanation can be found at: http://sourceforge.net/docman/display_doc.php? docid=19511&group_id=90104...
cafulnecky
Offline Send Email
Oct 21, 2003
2:08 am
3190
I what to login in "http://groups.yahoo.com/group/xml-dbms/",but I can't login in it. I come from China.What's wrong with it ? fan thanks ...
fan mac
fan_mac
Offline Send Email
Oct 22, 2003
1:55 am
3191
Your map is invalid. In particular, the PropertyMap is not legal -- you need separate PropertyMaps for b, c, and d. b and c are mapped to columns, while d is...
Ronald Bourret
xmldbms
Offline Send Email
Oct 22, 2003
7:44 am
3192
Sorry if this is a duplicate... ... There are few or no new features -- it's mostly just code cleanup and bug fixes. Using the CVS code is probably not a good...
Ronald Bourret
xmldbms
Offline Send Email
Oct 22, 2003
8:15 am
3193
You need to register with Yahoo. See groups.yahoo.com for more details. -- Ron...
Ronald Bourret
xmldbms
Offline Send Email
Oct 22, 2003
8:16 am
3194
See the documentation for org.xmlmiddleware.xmldbms.tools.MapManager. If you already have a map, you want to use the map as input and sql as output. If you...
Ronald Bourret
xmldbms
Offline Send Email
Oct 22, 2003
8:22 am
3195
embedded by all signs Martinus Labrujčre (St.Justin)...
St. Justin Martinus L...
martinlabrujere
Offline Send Email
Oct 22, 2003
12:24 pm
3196
I understand it will be available at conferences such as OOPSLA and Enterprise IT Week. It is best to simply order it from Amazon and wait for it to ship. If...
Balachandra
balachandraf...
Offline Send Email
Oct 23, 2003
1:32 am
3198
I am getting the following exception when trying to retrieve from a database, the error only occurs when I set the MININGSESSIONS table as the root. All other...
cafulnecky
Offline Send Email
Oct 28, 2003
3:42 pm
3199
The problem was in the OrderColumn element, apparently does not like the datatype? <ClassMap> <ElementType Name="MiningSession"/> <ToClassTable...
cafulnecky
Offline Send Email
Oct 28, 2003
4:42 pm
3200
I am noticing some strange behavior when inserting a dataset similar to the Orders example containing 123 items. In MSAccess it moves along quickly until the...
cafulnecky
Offline Send Email
Oct 28, 2003
6:19 pm
3201
I'm beginning to suspect the JDBC Driver (+ eclipse?), since DBEdit plugin exhibits similar behavior, curiously enough command line version of transfer does...
cafulnecky
Offline Send Email
Oct 28, 2003
7:00 pm
3202
Hi, I'm new to XMLToDBMS and I have a problem with generating keys. I have two tables related to each other. How can I - generate primary keys to both tables...
jmurtonen
Offline Send Email
Oct 29, 2003
12:00 pm
3203
Hi, sorry about the formatting of the output (DB content) in my last message. My DB has the following data after Transfer sample: SUPPLY (id, year, number): ...
jmurtonen
Offline Send Email
Oct 29, 2003
2:05 pm
3204
Hi! I'm a newbie and I have some questions. I want to integrate the xmldbmiddleware in an existing framework, but I have a few question to the current...
e9725082
Offline Send Email
Oct 29, 2003
7:55 pm
3205
Hi, I'm new to xmldbms. When i retrieve numeric data from sql server using xmldbms2.0 , gets appended to the data. For eg an id 1065697033878 gets retreived as...
rajadayalan
rajadhayalan@...
Send Email
Nov 3, 2003
8:39 am
3206
Just done a cvs download from sourceforge. Some problems: org.xmlmiddleware.db: CPConnection implements Connection : Doesn't implement Connection fully. There...
Adam Flinton
adam@...
Send Email
Nov 6, 2003
6:00 pm
Messages 3173 - 3206 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