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,...
xmlstartkabel@...
Mar 1, 2001 12:47 pm
718
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,...
weery@...
Mar 2, 2001 8:56 am
719
... 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...
Laurent Forêt
l.foret@...
Mar 2, 2001 9:55 am
720
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: ...
weery@...
Mar 2, 2001 11:04 am
721
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...
adam flinton
aflinton@...
Mar 2, 2001 1:26 pm
722
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...
Laurent Forêt
l.foret@...
Mar 2, 2001 1:58 pm
723
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...
muppitathi
muppitathi@...
Mar 2, 2001 3:50 pm
724
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> ...
Ronald Bourret
rpbourret@...
Mar 2, 2001 8:18 pm
725
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...
Robin Fried
robin@...
Mar 2, 2001 8:37 pm
726
... 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...
Ronald Bourret
rpbourret@...
Mar 2, 2001 9:00 pm
727
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...
Ronald Bourret
rpbourret@...
Mar 2, 2001 9:06 pm
728
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...
Robin Fried
robin@...
Mar 2, 2001 9:19 pm
729
... 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...
Ronald Bourret
rpbourret@...
Mar 2, 2001 9:41 pm
730
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...
Robin Fried
robin@...
Mar 2, 2001 9:51 pm
731
... 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...
Ronald Bourret
rpbourret@...
Mar 2, 2001 10:06 pm
732
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...
Robin Fried
robin@...
Mar 2, 2001 10:12 pm
733
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...
Ronald Bourret
rpbourret@...
Mar 2, 2001 10:32 pm
734
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...
weery
weery@...
Mar 3, 2001 12:41 am
735
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...
muppitathi
muppitathi@...
Mar 3, 2001 4:41 am
736
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...
jfruetel@...
Mar 5, 2001 6:31 pm
738
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> ...
pfajeau@...
Mar 5, 2001 8:17 pm
739
Dear All, Quick precis of next steps. 1) I have cleaned up processProperties.concatNumberedProps public String concatNumberedProps(String base, Properties...
Adam Flinton
aflinton@...
Mar 6, 2001 1:22 pm
740
... Excellant. ... Yup. Plus the OSS stuff like the Xerces,Xalan,Apache stuff is the best...... ... What functionality do you need? ... The biggest thing...
adam flinton
aflinton@...
Mar 6, 2001 1:28 pm
741
... 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,...
jfruetel@...
Mar 6, 2001 5:30 pm
742
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...
Fruetel John
jfruetel@...
Mar 6, 2001 6:29 pm
743
Ok, I need some eGroup help here. How do I put a @#?! attachment? ... May 2000...
jfruetel@...
Mar 6, 2001 6:31 pm
744
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....
Ronald Bourret
rpbourret@...
Mar 7, 2001 2:58 am
745
Shove it onto the newsgroup? Adam...
adam flinton
aflinton@...
Mar 7, 2001 5:01 pm
746
... 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...
Ronald Bourret
rpbourret@...
Mar 7, 2001 9:47 pm
747
... 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...