Hi, I would like to introduce a new portal site to you: http://xml.startkabel.nl You will find it very useful: all the xml resources (tutorials, editors,...
718
weery@...
Mar 2, 2001 8:56 am
hi, thank your answer. i hava another prolem, when i try to type the following comand, java Transfer -todbms sales.map sales_in.xml have error is as following,...
719
Laurent Forêt
l.foret@...
Mar 2, 2001 9:55 am
... It 's a simple problem of classpath finding. If you are a windows user and have installed xmldbms in c:\xmldbms101 (it could be ~/xmldbms101 if you are...
720
weery@...
Mar 2, 2001 11:04 am
Hi, thank your answer! i have a problem, when i try to type a command as following , java Transfer -todbms product.map product_in.xml but have a error: ...
721
adam flinton
aflinton@...
Mar 2, 2001 1:26 pm
Code Drop of XMLDBMS - 02/03/2001 - With GUI Tidied Up Please look in the binaries section of the newsgroup for a msg titled Code Drop of XMLDBMS - 02/03/2001...
722
Laurent Forêt
l.foret@...
Mar 2, 2001 1:58 pm
You will find the answer at http://www.rpbourret.com/xmldbms/readme.htm#TransferSample look at the end of the paragraph. You need to have a table called...
723
muppitathi
muppitathi@...
Mar 2, 2001 3:50 pm
Hi every one, Actually when we like to create table,we will read .sql file and create table.If we like to drop the table that is created by using this .sql...
724
Ronald Bourret
rpbourret@...
Mar 2, 2001 8:18 pm
Yes. All you do is map the top element of the part using a PropertyMap element. The contents will be serialized as XML. For example, suppose you have: <Part> ...
725
Robin Fried
robin@...
Mar 2, 2001 8:37 pm
I suppose one issue is that the example ("A really <b>big</b> part") doesn't capture the complexity of what fragment might be. For example, the contents of an...
726
Ronald Bourret
rpbourret@...
Mar 2, 2001 9:00 pm
... You can find more ideas on: http://www.rpbourret.com/xmldbms/specs/updates.htm I think the biggest question I'm wrestling with now is what the XML document...
727
Ronald Bourret
rpbourret@...
Mar 2, 2001 9:06 pm
The solution to this is to write a small utility that accepts a Map object and creates DROP TABLE statements from it. This should be very easy to do -- just...
728
Robin Fried
robin@...
Mar 2, 2001 9:19 pm
Concerning the "Generate" capability, how will XML-DMBS behave if the XMLDBMSKEY.HighKey is defined as a 64bit entity (e.g., bigint in SQL Server)? In other...
729
Ronald Bourret
rpbourret@...
Mar 2, 2001 9:41 pm
... I don't understand the objection/question here. Regardless of how complex the fragment is, it is still just serialized as XML. For example, if the...
730
Robin Fried
robin@...
Mar 2, 2001 9:51 pm
Probably my misunderstanding. I thought the original issue was that XML-DBMS was failing during the insertion where the element's value was a well-formed xml...
731
Ronald Bourret
rpbourret@...
Mar 2, 2001 10:06 pm
... The code uses an int (32 bits). Assuming the JDBC driver does the conversion correctly (the code calls ResultSet.getInt()), it looks like the code should...
732
Robin Fried
robin@...
Mar 2, 2001 10:12 pm
The issue is running out of keys not collisions on the table. After doing some simple aritmetic, I decided it's not a big enough issue to worry too much about...
733
Ronald Bourret
rpbourret@...
Mar 2, 2001 10:32 pm
Thanks for the info. One consequence of this is that names generated by MapFactory_DTD might not work with mySQL, even if XML-DBMS tries to convert them...
734
weery
weery@...
Mar 3, 2001 12:41 am
hi, i want to ask two questions, the first, if i write my own program using the pakage named dbxml, the DTD file is created by myself at first ? ? other file...
735
muppitathi
muppitathi@...
Mar 3, 2001 4:41 am
Respected Sir, Thank You so much for such a quick reply.I will try it out ,and if i face any problem then i will clarify with you. Thank you sir, by muppi...
736
jfruetel@...
Mar 5, 2001 6:31 pm
Hello everyone; My name is John Fruetel and I want to contribute to XML-DBMS. First, let me explain my background. I work for a small agricultural software...
738
pfajeau@...
Mar 5, 2001 8:17 pm
Actually, my original question was whether I could store part of an XML document as an XML string in the database. As an example: <Customer> <ID>123</ID> ...
739
Adam Flinton
aflinton@...
Mar 6, 2001 1:22 pm
Dear All, Quick precis of next steps. 1) I have cleaned up processProperties.concatNumberedProps public String concatNumberedProps(String base, Properties...
740
adam flinton
aflinton@...
Mar 6, 2001 1:28 pm
... Excellant. ... Yup. Plus the OSS stuff like the Xerces,Xalan,Apache stuff is the best...... ... What functionality do you need? ... The biggest thing...
741
jfruetel@...
Mar 6, 2001 5:30 pm
... Right now, I need UPDATEs and DELETEs. In general though, we need most everything that is in Ron's to do list. We implemented most of Ron's to-do list,...
742
Fruetel John
jfruetel@...
Mar 6, 2001 6:29 pm
Here's the XMLToSQL documentation that describes the XML-DBMS like functionality that we've implemented in VB. This document is dated May 2000 and I think...
743
jfruetel@...
Mar 6, 2001 6:31 pm
Ok, I need some eGroup help here. How do I put a @#?! attachment? ... May 2000...
744
Ronald Bourret
rpbourret@...
Mar 7, 2001 2:58 am
I've posted a paper mapping a (very slight) variant of the data model in W3C schemas to object schemas, and then mapping object schemas to relational schemas....
745
adam flinton
aflinton@...
Mar 7, 2001 5:01 pm
Shove it onto the newsgroup? Adam...
746
Ronald Bourret
rpbourret@...
Mar 7, 2001 9:47 pm
... Normally, you write a DTD for the documents whose data you want to store in the database. You then have two choices: 1) Use GenerateMap to create a map...
747
Ronald Bourret
rpbourret@...
Mar 7, 2001 11:13 pm
... OK. I understand now. XML-DBMS cannot support this directly. However, you can get the same effect by doing the following: 1) Use XSLT to add an element to...