Search the web
Sign In
New User? Sign Up
xml-dbms
? 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.

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 2996 - 3026 of 3864   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2996
answer asap pls.. i made a site that facilitated with transfer xml dokumen to database. only special account can use it, that is admin an lecturer. then i want...
pupus pupusmeneh
pupus_victorius
Offline Send Email
Jul 5, 2003
2:58 am
2997
hello! i have encounter some problems again when using xml-dbms2.0 sample : dtd: <!ELEMENT movies (movie)+> <!ELEMENT movie (title, writer+, producer+,...
xj_flow_2002
Offline Send Email
Jul 7, 2003
9:26 am
2998
I wish to map the result obtained by executing the query "select * from test1, test2 where test1.id = test2.pid" into an XML document. Consider test1 and test2...
shashikant2k
Offline Send Email
Jul 14, 2003
8:33 am
2999
i am working on a project using xmldbms, and i must deal table with primary key that contains mutiple columns. i find it is difficult to write the ftr file...
liang.yan@...
liang2721
Offline Send Email
Jul 15, 2003
11:33 am
3000
... with primary key that contains mutiple columns. ... Are you in China? If you are a Chinese,we can communicate with each other.I am working in a Chinese...
fan_mac
Offline Send Email
Jul 16, 2003
9:24 am
3001
yes! i am in china. Glad to communicate with you ... From: "fan_mac" <fan_mac@...> To: <xml-dbms@yahoogroups.com> Sent: Wednesday, July 16, 2003 5:24...
liang.yan@...
liang2721
Offline Send Email
Jul 16, 2003
9:27 am
3002
Sorry I have taken so long to answer. I've had deadlines on two different projects. (If any of you have outstanding questions, please note that I'll be...
Ronald Bourret
xmldbms
Offline Send Email
Jul 17, 2003
5:16 am
3004
Sorry for the abscence however almost the moment that I penned my note saying I was free to pursue XML-DBMS again the company "downsized due to an empty sales...
Adam Flinton
adam@...
Send Email
Jul 17, 2003
4:20 pm
3005
1) You need to think of the result of your select statement as a single table. (In other words, don't worry that it originally came from two different tables.)...
Ronald Bourret
xmldbms
Offline Send Email
Jul 18, 2003
6:31 am
3006
1) In your Table element, declare multiple columns for the primary key. For example: <Table Name="Items"> <Column Name="Part" DataType="VARCHAR" Length="10"...
Ronald Bourret
xmldbms
Offline Send Email
Jul 18, 2003
6:48 am
3007
Dear All, Could you please help me in converting XML document into ASCII text format and vice versa. Please send me steps involved. My XML document is as...
ganapati_mahale
Offline Send Email
Jul 21, 2003
1:36 pm
3008
Use XSLT. Adam...
adam@...
Send Email
Jul 21, 2003
3:40 pm
3009
This is a fairly easy request. The following Stylesheet should get you started. For detailed help on a question like this try: ...
Rick Taylor
lizbensky
Offline Send Email
Jul 21, 2003
4:18 pm
3010
but i find it is difficult to get mutiple records,it can only retrieve one record. ... From: "Ronald Bourret" <rpbourret@...> To:...
liang.yan@...
liang2721
Offline Send Email
Jul 22, 2003
1:25 am
3011
i want to use xmldbms to deal two tables. I have some trouble below: 1.there are two tables. the first table A has a primary key that uses two columns and...
liang.yan@...
liang2721
Offline Send Email
Jul 23, 2003
1:16 am
3012
I want to know how to use tablefilter in filter file. I try it, but failed....
liang.yan@...
liang2721
Offline Send Email
Jul 23, 2003
1:18 am
3013
... Yes, I think people would definitely use it. Have you also considered working with the 2.0 stuff? It was explicitly designed with the thought of building a...
Ronald Bourret
xmldbms
Offline Send Email
Jul 23, 2003
9:23 pm
3014
... Yes. I've been quietly looking at 2.0 for a while now. It was really tedious because every time I got enough time to look at stuff & flex my knuckles near...
Adam Flinton
adam@...
Send Email
Jul 23, 2003
9:51 pm
3015
I wanted to retrieve the resultset obtained by the query "select * from SHTEST" in XML format. ... When i use the map file gven below i get the following...
shashikant2k
Offline Send Email
Jul 24, 2003
6:52 am
3016
... There are two different ways to do this: 1) Use a partial key value. For example, to retrieve multiple items from the Items table that all share the same...
Ronald Bourret
xmldbms
Offline Send Email
Jul 24, 2003
8:11 am
3017
A table filter provides the where clause for filtering child tables. For example, suppose my table structure is: Orders ... Items Now suppose I want to get...
Ronald Bourret
xmldbms
Offline Send Email
Jul 24, 2003
8:22 am
3018
... Yeah? What sort of stuff have you added? -- Ron...
Ronald Bourret
xmldbms
Offline Send Email
Jul 24, 2003
8:23 am
3019
You need to use ToRootTable instead of ToClassTable in the ClassMap for Customer. For more information, see: http://groups.yahoo.com/group/xml-dbms/message/152...
Ronald Bourret
xmldbms
Offline Send Email
Jul 24, 2003
8:35 am
3020
Is it possible to have a single map file which can be used to load and store from and to an XML document from a database keeping in mind the following clause....
shashikant2k
Offline Send Email
Jul 24, 2003
9:46 am
3021
thank Ronald Bourret for your help! i always have so many questions. there are two tables A and B. Table A has a primary key that contain two columns. And...
liang.yan@...
liang2721
Offline Send Email
Jul 25, 2003
3:16 am
3022
Unfortunately, this is not possible in version 1.x. This is a design bug and has been fixed in version 2.0. The problem is that version 1.x requires you to use...
Ronald Bourret
xmldbms
Offline Send Email
Jul 25, 2003
5:40 am
3023
PK = primary key FK = foreign key ... <Table Name="A"> <Column Name="A_PK1" ... /> <Column Name="A_PK2" ... /> ... <PrimaryKey> <UseColumn Name="A_PK1"/> ...
Ronald Bourret
xmldbms
Offline Send Email
Jul 25, 2003
5:53 am
3024
... All sorts of stuff. I first did a whole load of "refactoring". It's why I don't want to do a commit to sourceforge till I'm a bit more ready... Both new...
Adam Flinton
adam@...
Send Email
Jul 26, 2003
1:43 pm
3025
Hi. I want to make a web interface and support some security for accessint/retrieving data. Use applet or others? How to make it? If you have any suggestions...
ruo_zhi_zi
Offline Send Email
Jul 26, 2003
10:53 pm
3026
You can run it as a JSP/Servlet. Give me a little time...it's on my list.....I have a kinda nasty but it works thing I did just to satisfy myself that it would...
adam@...
Send Email
Jul 27, 2003
12:20 am
Messages 2996 - 3026 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