Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

xml-dbms

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 792
  • Category: XML
  • Founded: Mar 5, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 3685 - 3715 of 3869   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
3685 Scott Bainbridge
sctt_bainbridge Send Email
May 25, 2005
11:24 am
Hi, I am trying to insert the contents of an XML file into an Oracle table using the Transfer program that comes with XMLDBMS V2 and am getting the following...
3686 Ronald Bourret
xmldbms Send Email
May 25, 2005
5:03 pm
Hello, Try using the table name XFORM_NOTES instead of xform_notes. XML-DBMS treats all table and column names in the map file as quoted identifiers, so they...
3687 sctt_bainbridge Send Email May 25, 2005
9:07 pm
Hi, I tried that and I still get the same error... Thanks for your help. Cheers, Scott. ... DBMS ... identifiers, ... the ... upper ... table ... getting the...
3688 Ronald Bourret
xmldbms Send Email
May 25, 2005
9:21 pm
Hello, I believe I've found your problem. In your map document, you declare the xform_notes table as being in the prod database: <Database Name="prod&quot;> But...
3689 sctt_bainbridge Send Email May 25, 2005
10:16 pm
Thanks, that seems to have solved it! I am now talking to the database - getting a null error so I have still some more work to do but the error is an SQL one...
3690 sctt_bainbridge Send Email May 26, 2005
1:29 am
Hi, I have it working, the reasons I was getting a NULL error was that my XML file looked like: <?xml version="1.0" encoding="ISO-8859-1" ?> <note> ...
3691 Ronald Bourret
xmldbms Send Email
May 26, 2005
5:14 am
1) In case you missed it, the reason it wasn't working before was that you had mapped id as an attribute, but it was an element in your document. So if you...
3692 sctt_bainbridge Send Email May 27, 2005
12:27 am
Ahhh - silly mistake on my part, changed the id to an element and it worked. Again thanks. Next step is to read the data back from the database - any tips??!! ...
3693 sctt_bainbridge Send Email May 27, 2005
2:52 am
Hi, I have another problem... I am having trouble with the RetreiveDocumentbySQL method in the Transfer program. If I use the following I get mutiple records...
3694 Ronald Bourret
xmldbms Send Email
Jun 1, 2005
6:36 am
Hello, I see two potential problems: 1) The data type of the NOTE_ID column isn't really VARCHAR, as you've declared in the map document. (Your SQL statement...
3695 sctt_bainbridge Send Email Jun 2, 2005
1:37 am
Hi, I have checked the map and filter files and made sure everything matches. I have just re-done the table as all varchar's and it works but it seems to be...
3696 Ronald Bourret
xmldbms Send Email
Jun 2, 2005
11:38 pm
Mismatched elements is due to this bug: http://groups.yahoo.com/group/xml-dbms/message/3632 Briefly, XML-DBMS accesses internal column information by column...
3697 thetriviaboy Send Email Jun 8, 2005
10:29 pm
1. Table 1 contains two fields which link to records in Table 2...like this: Table 1 ... name item_1 item_2 Table 2 ... item_id item_name ...and I'd like to...
3698 Ronald Bourret
xmldbms Send Email
Jun 13, 2005
5:38 am
Hello, 1) With version 1.x, you can't do this at all. With version 2.0 alpha 3, you can almost do this. The problem is that what you want to do requires you to...
3699 Scott Bainbridge
sctt_bainbridge Send Email
Jun 23, 2005
2:19 am
Hi, I have three linked tables much like the Orders / Customer / Items ... CREATE TABLE test_customer (customer_id INTEGER primary key, customer_name...
3700 Ronald Bourret
xmldbms Send Email
Jun 23, 2005
6:35 am
There are two problems with your filter document: 1) The document is not valid according to filters.dtd. The class that compiles filter documents assumes that...
3701 sctt_bainbridge Send Email Jun 24, 2005
12:41 am
Thanks, I tired your filter, which in fact was what I started with before I got lost on related tables, etc and it, after a fair pause, gives the following...
3702 Ronald Bourret
xmldbms Send Email
Jun 24, 2005
7:08 am
Could you post your map to the list or send it to me privately? The class cast exception while setting parameters makes me think that there is a problem with...
3703 sctt_bainbridge Send Email Jun 24, 2005
9:27 am
Hi, the map is: <?xml version='1.0' ?> <!DOCTYPE XMLToDBMS SYSTEM "xmldbms2.dtd" > <XMLToDBMS Version="2.0" xmlns="http://www.xmlmiddleware.org/xmldbms/v2"> ...
3704 Ronald Bourret
xmldbms Send Email
Jun 24, 2005
9:23 pm
Cool! I'd never thought about this, but you've managed to put XML-DBMS into an infinite loop, which would explain the stack overflow error. To solve this,...
3705 sctt_bainbridge Send Email Jun 26, 2005
11:43 am
Thanks!! That seems to have fixed it and now it all works - again many many thanks for helping me. Cheers, Scott. ... DBMS ... error. To ... from the ... ...
3706 thetriviaboy Send Email Jul 5, 2005
2:44 pm
Many thanks for your help, I've now got it working with the aid of XSLTs for the final step in adding constants etc. I now have a problem concerning importing...
3707 santhosh ch
santhoomail Send Email
Jul 11, 2005
7:48 am
Hi all Iam Santhosh Chiluka doing MTech 2nd year I have a minor project in this semester If you have any, please send me immediately Thank You Bye ... Do you...
3708 Ronald Bourret
xmldbms Send Email
Jul 12, 2005
4:46 am
Can you please give us more information about what kind of project you are looking for? For example, what field should the project be in? Is this theoretical...
3709 santhosh ch
santhoomail Send Email
Jul 12, 2005
7:20 am
Thank You for your reply As I have a minor project in my 3rd semester,I want to work on XML and Java interfaces or XML and DBMS interface. We have only one...
3710 Rajiv Bhattacharya
racy_rajiv Send Email
Jul 13, 2005
8:09 am
hi, i am fascinated by this XML-DBMS middleware.I want to see it work.so i have taken up the task of transferring data from an XML document to a Oracle 8i...
3712 Rajiv Bhattacharya
racy_rajiv Send Email
Jul 14, 2005
3:58 pm
Hi, i had submitted the pst yesterday.But i didnt get a single reply,although there are a lots of people with experiance on this group.So i thought of sending...
3713 Ronald Bourret
xmldbms Send Email
Jul 15, 2005
6:59 am
Sorry about the late answer. I don't have time to test this right now, but either of the following should work: 1) a) Declare the primary key of the Authors...
3714 Rajiv Bhattacharya
racy_rajiv Send Email
Jul 20, 2005
12:45 pm
hi, I want to transfer a test.xml file data to the database. I am trying to write a map file for a test.xml file. Q1. how do i Map the <ip> and <addr> element...
3715 Ronald Bourret
xmldbms Send Email
Jul 21, 2005
5:30 am
Hello, Sorry I never replied to your earlier messages. I was on vacation and have been busy with other projects. I assume you figured out the answers? 1) The...
Messages 3685 - 3715 of 3869   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help