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...
hello! i have encounter some problems again when using xml-dbms2.0 sample : dtd: <!ELEMENT movies (movie)+> <!ELEMENT movie (title, writer+, producer+,...
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...
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...
... 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...
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...
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...
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@...
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.)...
1) In your Table element, declare multiple columns for the primary key. For example: <Table Name="Items"> <Column Name="Part" DataType="VARCHAR" Length="10"...
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...
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...
... 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...
... 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@...
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...
... 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...
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...
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...
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....
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...
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...
... 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@...
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...
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...