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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 2109 - 2138 of 3864   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2109
Hello, How are you? I have tried to change MapFactory_DTD.java file in order to get table name and column name in upper case in MAP file, but I failed to do...
Kamran Qureshi
joinkamran
Offline Send Email
Apr 1, 2002
8:46 am
2110
Because version 2.0 will fix this problem, I will not spend much time on this. I looked through MapFactory_DTD and here are the changes I think you need to...
Ronald Bourret
rpbourret@...
Send Email
Apr 1, 2002
10:34 am
2111
... I've posted a new release (alpha 2a) that fixes several bugs in inline maps. ... I've done some more thinking about this and I don't think that version 2.0...
Ronald Bourret
rpbourret@...
Send Email
Apr 1, 2002
12:13 pm
2112
Due to some bugs with inline maps in the alpha 2 release, I've done an alpha 2a release. This fixes the bugs and does a bit of code cleanup. For details, see...
Ronald Bourret
rpbourret@...
Send Email
Apr 1, 2002
12:15 pm
2113
We are recruiting for a Java, XML consulting position in Bethesda, Maryland. It is minimally a two-month assignment, but could be last longer. We prefer W2...
jmreese1952
Offline Send Email
Apr 1, 2002
2:39 pm
2114
... This is supported via the XPath translate() function. translate('someval','abcdefghijklmnopqrstuvwxyz','ABCDEFGHIJKLMNOPQRSTUVWXYZ ') will return...
Nate Austin
naustin_ids
Offline Send Email
Apr 1, 2002
3:08 pm
2115
This is a shot in the dark: I have a huge (400k) Map file (maps all of SportsML) which is triggering a null pointer error -- the source code I have is...
Gary Lawrence Murphy
revg
Offline Send Email
Apr 3, 2002
5:01 am
2116
Solved the problem: It was due to trying to be clever ;) A regex search and replace to fix up illegal table and column names had inadvertently swapped a few...
Gary Lawrence Murphy
revg
Offline Send Email
Apr 3, 2002
6:21 am
2117
Can I transfer many tables into one xml document that is not be nested? EX: Database ****** Hotel1(A, B) Hotel2(A, C, D) XML Document ********** <?xml...
yu_ching
yuchingchen2001
Offline Send Email
Apr 3, 2002
8:30 am
2118
... ID/IDREF/IDREFS attributes are not explicitly supported by XML-DBMS. Instead, they are treated like any other attributes. To see why this is, consider the...
Ronald Bourret
rpbourret@...
Send Email
Apr 3, 2002
10:53 am
2119
... Oops. That should have read: "...both A elements are parents of B. Obviously, this cannot be expressed through nesting." ... Oops again. ID values are...
Ronald Bourret
rpbourret@...
Send Email
Apr 3, 2002
11:00 am
2120
This is not supported in version 1.0. I am planning to add it to version 2, but it probably won't be available until version 2.1 (date unknown). To solve this...
Ronald Bourret
rpbourret@...
Send Email
Apr 3, 2002
11:03 am
2121
Can I transfer many xml documents into one table? EX: Database ****** Hotel(A, B, C, D, E) XML Document (1)********** <?xml version="1.0" encoding="UTF-8"?> ...
yu_ching
yuchingchen2001
Offline Send Email
Apr 4, 2002
1:05 am
2122
To do this, use two different map documents. Both map element type A with a ClassMap. The first maps element types B and C with PropertyMaps. The second maps...
Ronald Bourret
rpbourret@...
Send Email
Apr 4, 2002
7:30 am
2123
Is this means that the record are only ABC or ADE ? ... xml-dbms-unsubscribe@yahoogroups.com...
yu_ching
yuchingchen2001
Offline Send Email
Apr 4, 2002
7:39 am
2124
No. In both cases, the records are ABCDE. However, in the first case, D and E are NULL. This is because there are no values for D and E in the document....
Ronald Bourret
rpbourret@...
Send Email
Apr 4, 2002
8:20 am
2125
Hi, I would like to get the data from the databsae to the xml file. The way v do in asp. I am new to the arena of xml but I have to create a demo for my client...
p_gajra
Offline Send Email
Apr 5, 2002
5:40 am
2126
See http://msdn.microsoft.com/msdnmag/issues/1100/BeyondASP/BeyondASP.asp -- Ron...
Ronald Bourret
rpbourret@...
Send Email
Apr 8, 2002
11:21 am
2127
hi, i have tree tables like: table1 (A,B,C) table2(A,D) table(D,E) and i want to generate a xml file like: <Areas> <Area> <A>A1</A> <B>B1</B> <C>C1</C> <D...
abdelhlim_larhlimi
abdelhlim_la...
Offline Send Email
Apr 8, 2002
5:59 pm
2128
Is there any tool transfer data between Database and RDF Doc with a special RDF Schema? thanks...
seafir
lhb_2002cn
Offline Send Email
Apr 8, 2002
6:17 pm
2129
Hi, I succeeded to make the samples work on my Linux Box and postgres Database for XMLDBMS2.0 What I want now, is dump one postgres table into a xml file. My...
jyayaka
Offline Send Email
Apr 8, 2002
8:51 pm
2130
You cannot do this directly. This is because the XML document structure does not match the database structure. Instead, you must generate the following XML...
Ronald Bourret
rpbourret@...
Send Email
Apr 9, 2002
8:46 am
2131
I do not know of one. There are some special RDF databases. For example, see: http://web1.guha.com/rdfdb/ http://redfoot.sourceforge.net/ ...
Ronald Bourret
rpbourret@...
Send Email
Apr 9, 2002
8:55 am
2132
http://www.p6spy.com/documentation.html It has gone OpenSource so...... In essence you set the P6Spy as the DB driver & then set the "Real" DB Driver in p6Spy...
adam flinton
aflinton@...
Send Email
Apr 9, 2002
9:05 am
2133
You need to declare a wrapper element in your filter file. For example: <FilterSet> <Options> <Wrapper Name="ListOfGenres" /> </Options> <Filters> ... ...
Ronald Bourret
rpbourret@...
Send Email
Apr 9, 2002
9:35 am
2134
This looks very useful, especially since it generates the "effective" SQL statement corresponding to a prepared statement. I'll add this to the list of things...
Ronald Bourret
rpbourret@...
Send Email
Apr 9, 2002
10:00 am
2135
Thanks for your recent answers Ron. Btw, i still cannot use JDBC2DataSource. it seems i passs the wrong jndiContext. Could you give a simple example on how to...
aditya_s_a
Offline Send Email
Apr 9, 2002
11:16 am
2136
Ok thank you. That solved my problem. JBY ... xmlns="http://www.xmlmiddleware.org/xmldbms/v2"> ... Nullable="No"/> ... ...
jyayaka
Offline Send Email
Apr 9, 2002
8:56 pm
2137
Hello, I'm new to this group so please forgive me if I am rehashing an old subject. I am having problems running the Transfer program that comes with ...
GubbayP
Offline Send Email
Apr 9, 2002
10:14 pm
2138
... You're weelcome. ... I'm afraid I can't answer this one. Adam Flinton wrote the code for 1.1 and I just stole it. I don't have JNDI on my machine, so I...
Ronald Bourret
rpbourret@...
Send Email
Apr 9, 2002
11:13 pm
Messages 2109 - 2138 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