Search the web
Sign In
New User? Sign Up
xml-dbms
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

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

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3733 - 3763 of 3864   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3733
Hi all, sun jdk1.5.0_04 linux kernel 2.6.11 xml-dbms java alpha 3 I'm having a strange problem which I cannot consistently recreate (I can hear the cries of...
thetriviaboy
Offline Send Email
Aug 1, 2005
3:33 pm
3734
Hi, one known issue is that the order of columns returned by RetrieveDocumentBySQL can be different to what you expect, see the following: Mismatched elements...
sctt_bainbridge
Offline Send Email
Aug 1, 2005
10:10 pm
3735
... Thanks for the reply, Yes I've already hacked xmldbms to fix that. I should have mentioned that already. Thanks Andrew...
thetriviaboy
Offline Send Email
Aug 2, 2005
8:15 am
3736
Suppose you have an XML document that looks like this: <people> <author> <name>Sam Smith</name> <language>English</language> <address> <street>123 Main...
Ronald Bourret
xmldbms
Offline Send Email
Aug 3, 2005
7:02 am
3737
Hi, I have worked on both VERSION 1 AND VERSION 2 OF xml-dbms.I am trying to transfer data from an XML file to the database. when i started working on version...
Rajiv Bhattacharya
racy_rajiv
Offline Send Email
Aug 4, 2005
8:21 am
3738
Hi, This is with reference to my previous post(Tables dont get populated). I made a miniature testfile out of my actual file by coping only few lines from it...
Rajiv Bhattacharya
racy_rajiv
Offline Send Email
Aug 4, 2005
11:52 am
3739
The problem is that your XML document declares the default namespace to be http://xml.juniper.net/junos/6.2I0/junos-interface, but your map and action...
Ronald Bourret
xmldbms
Offline Send Email
Aug 5, 2005
12:36 am
3740
Hi, Ron,Thanks a lot for pointing out the problem.Everithing worked out well.The whole file got transferred.No problemo. I wonder how i missed the namespace...
Rajiv Bhattacharya
racy_rajiv
Offline Send Email
Aug 6, 2005
10:30 am
3741
Hi, I am trying to get an example going with no luck, I think it is because I have the foreign keys in the master tables as you suggested.. ... <contact> ...
sctt_bainbridge
Offline Send Email
Aug 8, 2005
4:23 am
3742
Hi Guys, We are working on Embedded application development. We are using XML to capture the registry of a Pocket PC2003 based device or A device running on...
vamsi modadugu
vamsimodadugu
Offline Send Email
Aug 8, 2005
9:52 am
3743
Hello, This mailing list is for discussions of XML-DBMS, a product for transferring data between XML documents and relational databases. For questions about...
Ronald Bourret
xmldbms
Offline Send Email
Aug 9, 2005
5:14 am
3744
Hello, There are several problems with your map: 1) You have declared the foreign key linking the XFORM_CONTACT and XFORM_WORK_DETAILS tables incorrectly in...
Ronald Bourret
xmldbms
Offline Send Email
Aug 9, 2005
6:38 pm
3745
Hi, I have (hopefully) fixed everything and it works for one address for each related object but if I try for more than one only one gets stored in the...
sctt_bainbridge
Offline Send Email
Aug 12, 2005
5:38 am
3746
Hello I am new to this XML-Dbms can u sugest a solution on how to transfer records into a mysql-table where i have a xml like <details> <contact name="xyz"...
Jabir Ahmed
jabirahmed@...
Send Email
Aug 12, 2005
9:39 am
3747
Hi everyone, I am a student working towards my masters project in XML. i was wondering if there was any open source tool with features like stylus studio's...
Hiral Shah
hshah_mse
Offline Send Email
Aug 12, 2005
4:25 pm
3748
In your map document, use the PropertyMap element with an Attribute child to map attributes. For example (this shows the 2.0 syntax): <ClassMap> <ElementType...
Ronald Bourret
xmldbms
Offline Send Email
Aug 13, 2005
4:00 pm
3749
Hello, The problem is that both addresses have the same unique key (address ID = 3 and contact ID = 11) and that (I assume) the action is set to ...
Ronald Bourret
xmldbms
Offline Send Email
Aug 15, 2005
6:07 am
3750
I am not aware of any such tool. If you find one, please let us know :) And if you're interested in writing one, XML-DBMS's classes were designed with such a...
Ronald Bourret
xmldbms
Offline Send Email
Aug 15, 2005
6:39 am
3751
Again thanks for your help. I will try this and let you know how I go. Cheers, Scott....
sctt_bainbridge
Offline Send Email
Aug 15, 2005
10:44 am
3752
Hi, this is what I am using now: ... <?xml version="1.0" encoding="ISO-8859-1" ?> <contact> <contactId>12</contactId> <firstName>Scott</firstName> ...
sctt_bainbridge
Offline Send Email
Aug 16, 2005
6:36 am
3753
Hello I would be interested in writing such a tool regards Jabir Ahmed ... From: Ronald Bourret To: xml-dbms@yahoogroups.com Sent: Monday, August 15, 2005...
Jabir Ahmed
jabirahmed@...
Send Email
Aug 16, 2005
8:41 am
3754
Hi, Just had a thought - do I need two linking tables, one for the contact to address link and the other for the work details to address link?? I was trying to...
sctt_bainbridge
Offline Send Email
Aug 16, 2005
12:08 pm
3755
I think the problem is that as I am using a one to one relationship between the contacts and work details elements they are both putting the same contact_id in...
sctt_bainbridge
Offline Send Email
Aug 16, 2005
9:15 pm
3756
Scott -- I've run out of time to handle this right now (haven't even completely read your last two messages), so it'll have to wait until I'm back from ...
Ronald Bourret
xmldbms
Offline Send Email
Aug 17, 2005
5:24 pm
3757
Hi Ron, Thanks for your help, this gives me a starting point, have a great break! Scott. ... completely ... from ... then :) ... first ... same time. ... ...
sctt_bainbridge
Offline Send Email
Aug 17, 2005
8:59 pm
3759
Just to let you all know that I've udpated the XML-DBMS Web site: http://www.rpbourret.com/xmldbms/index.htm Perhaps the most useful things are lists of FAQs...
Ronald Bourret
xmldbms
Offline Send Email
Sep 22, 2005
7:47 pm
3760
[image: Google Groups] *Subscribe to java crazy* Email: Browse Archives <http://groups.google.com/group/java-crazy> at groups.google.com...
Hitesh Dhingra
lunaticdhingra
Offline Send Email
Sep 23, 2005
6:33 am
3761
Hi I am new to xml-dbms and had some questions. I did go through the archive and found some answers. 1. Is there a programmatic way to specify the actions when...
gv_web
Offline Send Email
Sep 29, 2005
5:20 pm
3762
... No. If you call DOMToDBMS or DBMSDelete directly, there are methods for specifying a single action. You can also construct an Actions object directly --...
Ronald Bourret
xmldbms
Offline Send Email
Sep 30, 2005
6:06 am
3763
Hi Ron, I am moving my app from a Windows machine to a Unix server. I am using xmldbms in a web environment and need to include the DTD files within the web...
Scott Bainbridge
sctt_bainbridge
Offline Send Email
Oct 31, 2005
4:07 am
Messages 3733 - 3763 of 3864   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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