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 your group to be featured on the Yahoo! Groups website? 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 3102 - 3132 of 3864   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3102
Hi, here's my problem : I'm using Orders sample and I generate map and sql with XML-DBMS, map and sql are correctly generate but when I transfer orders.xml...
Mathieu GUILLON
mathieuguillon
Offline Send Email
Sep 1, 2003
9:31 am
3103
In addition, another one : When I tried to retrieve orders.xml using this action file: <?xml version='1.0' ?> <!DOCTYPE FilterSet SYSTEM "filters.dtd" > ...
mathieuguillon
Offline Send Email
Sep 1, 2003
9:50 am
3104
See the attached file for details [Non-text portions of this message have been removed]...
dion@...
trongus
Offline Send Email
Sep 1, 2003
1:34 pm
3106
There is no TransferResultSet.java file in version 2.0. The functionality in this sample (as well as the Transfer sample) from version 1.x has been put in the...
Ronald Bourret
xmldbms
Offline Send Email
Sep 2, 2003
4:15 am
3107
Somebody on this mailing list has the SoBig virus, as evidenced by the repeated virus-containing emails sent to the group. Whoever this is probably has...
Ronald Bourret
xmldbms
Offline Send Email
Sep 2, 2003
4:23 am
3108
Hi, I am learning java programming language. I try to use errorpage in JSP file but i couldn't do that i want. program start from homepage.jsp homepage.jsp ...
ssunal@...
Send Email
Sep 2, 2003
5:46 am
3109
I find a intresting thing. i define some columns can be null.when they are null value, the column is not written to xml. why?...
liang.yan@...
liang2721
Offline Send Email
Sep 2, 2003
8:48 am
3110
Do you want to do a Simple Union through XML-DBMS? Otherwise a simple MAP and FILTER file should help you. Regards Chandra ... ...
Chandra Prakash
contactcp
Offline Send Email
Sep 2, 2003
12:59 pm
3111
Hi, I'm new to xml-dbms. What I'm trying to do seems simple, any help will be appreciated! With the employees.xml file below, I'd like to create tables and...
sulan_miao
Offline Send Email
Sep 2, 2003
10:46 pm
3112
Hello. I'm not sure what the "or" in your query is: select * from table1; or select * from table2; Do you mean a union? If so, the result is a single result...
Ronald Bourret
xmldbms
Offline Send Email
Sep 3, 2003
5:25 am
3113
No value is written because there isn't a value to write -- this is what a null means. In other words, a "null" in XML is represented by a missing element or...
Ronald Bourret
xmldbms
Offline Send Email
Sep 3, 2003
5:37 am
3114
Does the following action file syntax correct ? <!DOCTYPE Actions SYSTEM "actions.dtd"> <Actions Version="2.0" ...
Mathieu GUILLON
mathieuguillon
Offline Send Email
Sep 3, 2003
9:51 am
3115
OK, let me be more specific. I have a DTD file as follows: <?xml version="1.0" encoding="UTF-8" ?> <!ELEMENT XmlEmployees ( XmlEmployee+ ) > <!ELEMENT...
sulan_miao
Offline Send Email
Sep 3, 2003
10:53 pm
3116
This is not valid. There are two problems: 1) Inside a DefaultAction element, the Update element should have an All child. However, All is not supported in...
Ronald Bourret
xmldbms
Offline Send Email
Sep 4, 2003
8:03 am
3117
Has anybody implemented the DataHandler interface? If so, did you implement any methods other than initialize and insert? (That is, did you derive your class...
Ronald Bourret
xmldbms
Offline Send Email
Sep 4, 2003
8:24 am
3118
I use JDBC1DataSource. in my system, i created several thread each performing a export task. when the thread stops, i want to close the connection used by...
liang.yan@...
liang2721
Offline Send Email
Sep 4, 2003
9:38 am
3119
Anyone have a sample of how to use a resultset to get xml data from a dbms in xml-dbms 2.0. I was using the TransferResultSet in version 1.0 but i think i need...
neill_1958
Offline Send Email
Sep 4, 2003
2:58 pm
3120
Is the server down for downloading version 2.0 zip file? Thanks!...
khaiduk
Offline Send Email
Sep 4, 2003
9:37 pm
3121
Ok, so I changed my action file by this one, and guess what I got a new problem... <!DOCTYPE Actions SYSTEM "actions.dtd"> <Actions Version="2.0" ...
mathieuguillon
Offline Send Email
Sep 5, 2003
7:34 am
3122
hi! I need a single map file illustrating the requirement of this need thank u Deepa Chandra Prakash <contactcp@...> wrote: Do you want to do a Simple...
Deepa Shankar
deepashankar_79
Offline Send Email
Sep 5, 2003
8:12 am
3123
hey guys i'm doing Tours as a sub-system for my dbms group assignment. the sub- systems are: Tours, Human Resource, Accounts & Sales. we need to link our...
africancreme
Offline Send Email
Sep 5, 2003
12:58 pm
3124
I'm not sure, but it's working now. -- Ron ... Thanks!...
rpbourret@...
xmldbms
Offline Send Email
Sep 6, 2003
8:14 am
3125
See the attached file for details [Non-text portions of this message have been removed]...
dion@...
trongus
Offline Send Email
Sep 6, 2003
1:56 pm
3126
It is possible to convert DBMS tables to XML. For a general overview of what happens, see: http://www.rpbourret.com/xml/XMLAndDatabases.htm For a list of...
Ronald Bourret
xmldbms
Offline Send Email
Sep 7, 2003
7:19 am
3127
The connection is not closed until JDBC1DataSource is released. I am cleaning up this area of the code now and you will be able to explicitly close connections...
Ronald Bourret
xmldbms
Offline Send Email
Sep 7, 2003
7:24 am
3128
By default, the MapManager attempts to validate any input map documents. In your case, validation is failing. This is probably due to one of two reasons: 1)...
Ronald Bourret
xmldbms
Offline Send Email
Sep 7, 2003
7:38 am
3129
Are you using version 1.x or version 2.0? -- Ron...
Ronald Bourret
xmldbms
Offline Send Email
Sep 7, 2003
7:39 am
3130
HI I am using version 1.x thank u regards, deepa Ronald Bourret <rpbourret@...> wrote: Are you using version 1.x or version 2.0? -- Ron ... Yahoo!...
Deepa Shankar
deepashankar_79
Offline Send Email
Sep 8, 2003
3:04 am
3131
See section 7.2 of the readme.htm file. Section 7.2.2 and sample map file sales_rs2.map should be a good example for you. -- Ron...
Ronald Bourret
xmldbms
Offline Send Email
Sep 8, 2003
4:55 am
3132
Hello, I have a relational database which contains something like a product catalog and I would like to create a data-exchange functionality via ...
Peter Burri
p.burri@...
Send Email
Sep 8, 2003
1:00 pm
Messages 3102 - 3132 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