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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 2960 - 2990 of 3864   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2960
Are you using version 1.x or version 2.0? If you are using version 2.0, what DataSource are you using? I have a bad feeling that statements and connections are...
Ronald Bourret
xmldbms
Offline Send Email
Jun 2, 2003
6:56 am
2961
It appears that: 1) Your XML parser is trying to validate the map document, and 2) The parser cannot find the DTD for the map document. The most likely cause...
Ronald Bourret
xmldbms
Offline Send Email
Jun 2, 2003
7:02 am
2962
but my application works well in win2000 enviroment (jdk1.4.1,xmlparserv2 ) but move to the linux i change the xmlparserv2,i want to know what the xmldbms 1.01...
realhotsmile
Offline Send Email
Jun 2, 2003
3:52 pm
2963
... To make sure I understand: you are using same version of the same parser (xmlparserv2) on both systems? If this is true, then the problem is that the...
rpbourret@...
xmldbms
Offline Send Email
Jun 2, 2003
10:30 pm
2964
Ron - A while ago there was some discussion of automated XML Schema -> DB DDL generation. I believe this can be done using a DTD. Did this XML Schema *.xsd ->...
Jim McLaughlin
jim.dogleg@...
Send Email
Jun 4, 2003
4:00 pm
2965
... It can. ... Not completely. Some users have written map factories for XML Schemas that can be used for this and, once you have a map, you can generate DDL....
rpbourret@...
xmldbms
Offline Send Email
Jun 4, 2003
8:01 pm
2966
... How are they generating the map factory (manually or programatically)? ... Or just tell where on the www.rpbourret.com/xmldbms page it is. I downloaded the...
Jim McLaughlin
jim.dogleg@...
Send Email
Jun 4, 2003
10:14 pm
2967
... I don't think it is possible to generate a map factory, is it? Or am I missing something here? The map factories that have been written were written by...
rpbourret@...
xmldbms
Offline Send Email
Jun 4, 2003
10:23 pm
2968 Ricardo Castaño S...
rcastano@...
Send Email
Jun 5, 2003
4:56 pm
2969
thanks a lot the problem is worked out!!!! ... parser ... validate the ... type. There are ... Win2000 but not ... on Win2000 ... statement for ... parses and ...
realhotsmile
Offline Send Email
Jun 5, 2003
7:42 pm
2970
Hello. Not I understand Inglish, Speak castellano y bastante mal. I'm new group, interesed in to generate XML documents from Informix Dynamic Server using...
Carlos Nieto
cnieto20022002
Offline Send Email
Jun 10, 2003
6:37 pm
2971
Hello, Sorry I haven't answered sooner. I've been very busy at work. I'm not sure what is causing this problem. XML-DBMS never calls setObject -- it uses the...
Ronald Bourret
xmldbms
Offline Send Email
Jun 12, 2003
4:24 pm
2972
Hello, We have found the error into the driver, below we include some code to reproduce the error. <code start here> import java.sql.Connection; import...
Ricardo Castaño So...
rcastano@...
Send Email
Jun 13, 2003
11:14 am
2973
I recently purchased this book: http://www.amazon.com/exec/obidos/ASIN/1558609008 since it was the top-selling book on Amazon.com. In there I saw mention of...
Balachandra
balachandraf...
Offline Send Email
Jun 14, 2003
10:34 am
2974
Our product Virtuoso http://www.openlinksw.com/virtuoso/whatis.htm is both an XML and Relational Data Store that provides seamless web service integration....
Deirdre Gerhardt
deirdregerhardt
Offline Send Email
Jun 14, 2003
11:39 am
2975
hello! i am using xml-dbms 2.0 now. i use Mapmanager.class to generate map and sql file. it works well. but when i use transfer.class to transfer xml into...
xj_flow_2002
Offline Send Email
Jun 15, 2003
12:45 pm
2976
xj_flow_2002 <xj_flow_2002@...> wrote:hello! i am using xml-dbms 2.0 now. i use Mapmanager.class to generate map and sql file. it works well. but when...
j x
xj_flow_2002
Offline Send Email
Jun 15, 2003
11:44 pm
2977
... -- Ron...
rpbourret@...
xmldbms
Offline Send Email
Jun 16, 2003
3:49 pm
2978
Hi All, I have couple of Queries regarding XML. Consider the following XML sample <SCHOOL> <STUDENT> <NAME>F</NAME> <SEX>JANE</SEX> ...
pradheeban
Offline Send Email
Jun 17, 2003
7:33 am
2979
thanks a lot. i have solved the problem. but now i have some other questions first: i write a Movies.ftr: <?xml version='1.0' ?> <!DOCTYPE FilterSet SYSTEM...
j x
xj_flow_2002
Offline Send Email
Jun 17, 2003
10:05 am
2980
Although it's not a native XML database, IBM DB2 supports Web services through its WORF module (Web Services Runtime Framework). I would be surprised if SQL...
Ronald Bourret
xmldbms
Offline Send Email
Jun 17, 2003
10:14 pm
2981
1) This list is for users of XML-DBMS, which is middleware for transferring data between XML documents and relational databases. I assume you are not using...
Ronald Bourret
xmldbms
Offline Send Email
Jun 17, 2003
10:14 pm
2982
... Are you sure that MoviesPK=15306 is in the database? The reason I ask is that your filter file does not specify any wrapper elements. If more than one row...
Ronald Bourret
xmldbms
Offline Send Email
Jun 19, 2003
6:35 am
2984
who can help me to explain the rules about mapping???...
fan_mac
Offline Send Email
Jun 25, 2003
7:10 am
2985
the map file is : <XMLToDBMS Version="1.0"> <Options> <EmptyStringIsNull/> </Options> <Maps> <ClassMap> <ElementType Name="Emp_Detail"/> <ToRootTable> <Table...
fan_mac
Offline Send Email
Jun 25, 2003
10:58 am
2986
The basic rules are documented in the DTD (xmldbms.dtd). Although I haven't checked those comments against the error messages in the code, I'm pretty sure that...
Ronald Bourret
xmldbms
Offline Send Email
Jun 26, 2003
5:33 am
2987
hello: i am a beginner who study xml. i am interested in it . i find your xml-dbms tools recently and use it .it's good. but i want to know what aspect it is...
yugang218
Offline Send Email
Jun 26, 2003
5:41 am
2988
Could you explain what it is that you're trying to do here? I couldn't figure it out from your map. By the way, there is a rule that no two element types can...
Ronald Bourret
xmldbms
Offline Send Email
Jun 26, 2003
5:42 am
2989
... couldn't ... to ... completely ... designed to ... columns ... Thanks your reply. The version of xmldbms I use is 1.01. I use the methord DBMSToDOM's...
fan_mac
Offline Send Email
Jun 26, 2003
7:54 am
2990
Is there anyone who can help me to send me the sourcecode of MapBuilder??I can't get it from the newsgroup of barkto:( millions of thanks!!! ...
yug2140_y
Offline Send Email
Jun 28, 2003
8:05 am
Messages 2960 - 2990 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