Hello everybody, I am trying to implement the UPDATE & DELETE functions in XML-DBMS. I would appreciate it, if someone that has come up with some code about...
Dimitrios Alexandrou
jimmy@...
Feb 1, 2001 12:56 pm
630
Dear All, I am posting an intial alpha code drop of an improved XML-DBMS. In essence it does a number of things: A) everything of a config nature can be fed in...
adam flinton
aflinton@...
Feb 1, 2001 3:22 pm
631
Unfortunately, this isn't the problem. Did you check that you are connecting to the correct .mdb and that you can run the samples? As to the code in Transfer,...
Ronald Bourret
rpbourret@...
Feb 1, 2001 5:28 pm
632
Hi, I am trying to learn the tool. I have SQL 7 as my database. I modified the source code to use sun XML parser. I created 8 tables requiring for the product...
Ly, Linh
linh_ly@...
Feb 1, 2001 8:06 pm
634
I have seen this problem before, but don't know yet what is causing it. Could you please make the changes listed in: ...
Ronald Bourret
rpbourret@...
Feb 3, 2001 12:04 am
635
Ron, Thanks for helping me to solve this problem. I tried to debug this problem and I found that I need to create the table XMLDBMSKey (CREATE TABLE...
Ly, Linh
linh_ly@...
Feb 3, 2001 1:08 am
636
Subject: Please Help, how to refer the tables in different schema ? Hello everybody, I'm trying to get out data from the database, and put it into xml. But the...
joanne
joanne@...
Feb 5, 2001 2:36 am
637
Thanks for the fix. I've relayed it to the mailing list in case anyone else is interested. The long term fix to this problem is to support number formats in a ...
Ronald Bourret
rpbourret@...
Feb 5, 2001 10:09 pm
638
The syntax you are using (and that your database supports) is not what XML-DBMS expects (which may be a bug). The terms JDBC uses to describe database...
Ronald Bourret
rpbourret@...
Feb 5, 2001 10:28 pm
639
1) You can use the same .map file with all documents of a certain type. For example, suppose you have many sales orders documents, and all sales orders...
Ronald Bourret
rpbourret@...
Feb 5, 2001 10:41 pm
640
Dear Sir, I have extracted the xmldbms101.zip on my PC. However, I find that a file called src.zip exist after extraction of xmldbms101.zip. I would like to...
jlee@...
Feb 6, 2001 5:31 pm
641
... src.zip contains the source code for XML-DBMS. You do not need to extract it to run XML-DBMS. (All you need to do is make sure xmldbms.jar is in your...
Ronald Bourret
rpbourret@...
Feb 6, 2001 6:07 pm
642
Hi, Thanks for Ron's reply. But I still can't solve the problem. Please help me to have a look again... I'm using Sybase ASE 11.9.2 with your xmldbms product. ...
joanne
joanne@...
Feb 7, 2001 2:03 am
643
Hi ~ Thanks for Ron 's reply . Your answers give me the good direction. ^_^ ... From: "Ronald Bourret" <rpbourret@...> To:...
??
g8213506@...
Feb 7, 2001 2:38 am
644
Dear all, I have installed the Oracle XML Parser for JAVA. When I try to type java Transder -dbms document.map document_in.xml to run, it give the following...
jlee@...
Feb 7, 2001 6:19 pm
645
Dear all, I have installed the Oracle XML Parser for JAVA. When I try to type java Transder -dbms document.map document_in.xml to run, it give the following...
jlee@...
Feb 7, 2001 6:20 pm
646
Hi, I am trying to run Sales samples on SQL 7 and when I run the command line java TransferResultSet -s "SELECT * FROM Sales WHERE CustNumber='543'" ...
Ly, Linh
linh_ly@...
Feb 7, 2001 8:11 pm
647
Sorry to take so long replying. Before you write any code, I strongly suggest that you write a short specification of how update and delete will function and...
Ronald Bourret
rpbourret@...
Feb 7, 2001 8:45 pm
648
This is a known bug and will be fixed in 2.0. It occurs when retrieving an XML document and the depth of the document exceeds the number of statements that can...
Ronald Bourret
rpbourret@...
Feb 7, 2001 9:08 pm
649
Thanks, Ron -- Linh ... From: Ronald Bourret [mailto:rpbourret@...] Sent: Wednesday, February 07, 2001 1:04 PM To: xml-dbms@yahoogroups.com Subject:...
Ly, Linh
linh_ly@...
Feb 7, 2001 9:29 pm
650
Ronald thank you very much for your help. ... From: Ronald Bourret [mailto:rpbourret@...] Sent: Wednesday, February 07, 2001 10:41 PM To:...
Dimitrios Alexandrou
jimmy@...
Feb 8, 2001 11:09 am
651
Concerning deletion in violoation of referential integrity, why wouldn't you just roll back the operation and throw a XML-DBMS_INTEGRITYVIOLATION exception? ...
Robin Fried
robin@...
Feb 8, 2001 2:22 pm
652
Dear All, I have changed some code in the file Transfer.java. However, I don't know how to compile the Transfer.java. Could anyone tell me how to compile it,...
jlee@...
Feb 8, 2001 4:32 pm
653
Jacky, Before you compile Transfer.java file, your system should have JDK and a Parser. Then you need to set up your system CLASSPATH. Some thing like this ...
Ly, Linh
linh_ly@...
Feb 8, 2001 6:19 pm
654
Hello everybody I am new to this group but all this time i managed with the previous querys.i tried coverting a tabledata to xml and atlast i was sucessful no...
Venkat
mask_31_2000@...
Feb 9, 2001 4:21 am
655
Hello Everybody, My problem is that i have an XML file which contains elements with hyphen for example SERVICE-PROFILE and this element comes as a table name...
muppitathi
muppitathi@...
Feb 9, 2001 4:58 am
656
hello This is my second mail After going thro all one thing i feel is there should some other way to start this part i am confused with the way the mapping is...
Venkat
mask_31_2000@...
Feb 9, 2001 6:06 am
657
... previous ... sucessful ... this ... have you create the "XMLDBMSKey" in your database ?...
joanne@...
Feb 9, 2001 8:41 am
658
... The map file allows you to use different names in the XML document and the database. Did you change the name in the map file? For example: <ClassMap> ...
Ronald Bourret
rpbourret@...
Feb 9, 2001 4:37 pm
659
Hello: I am trying to install the XML-DBMS package. When I used the command "perl Makefile.PL" I got a message asking for XML/Parser/PerlSAX.pm. I downloaded...