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 2615 - 2644 of 3864   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2615
hmmm .. ok .. in other words, is there an XML parser ??? what i'm looking for is viewing the xml document in normal ??? ...
Azzam G
ronin_0000000
Offline Send Email
Jan 2, 2003
8:08 am
2616
Yes, a library for xml. I used libxml2 for linux ___________________________ Lesiba B. Masenya Matsidi Matsea le nok'a Thathwe Work: +27 11 280 0710 Cell: +27...
Brian Masenya
Brianm@...
Send Email
Jan 2, 2003
8:15 am
2617
ok ... thats goood what about microsoft windows platforms is there librarys for it ??? the programing language i might use next college term (implementation...
Azzam G
ronin_0000000
Offline Send Email
Jan 2, 2003
8:24 am
2618
There is XML support in Delphi 6: it includes DOM implementations from both IBM and Microsoft. I'm not sure about Delphi 5. For a list of XML parsers you can...
Ronald Bourret
xmldbms
Offline Send Email
Jan 2, 2003
9:11 pm
2619
See XchainJ at http://xchainj.com/xjDescription.html ... Take a look at XchainJ http://xchainj.com/ (commercial). XchainJ product can take in an XML Schema...
Jim McLaughlin
jim.dogleg@...
Send Email
Jan 3, 2003
11:30 pm
2620
Hello all, I had just found the XML-DBMS project a few days ago. I decided to give it a shot because I am working on a Perl project that generates XML data...
spoulson3 <shawn.poul...
spoulson3
Offline Send Email
Jan 6, 2003
6:55 pm
2621
Hello, I'm trying to use XMLDBMS2.0 to retrieve data from oracle Order management tables. Following is the error message. All the column names match with what...
seer421 <seer421@...>
seer421
Offline Send Email
Jan 7, 2003
11:04 pm
2622
Hai, You also should check the case.it should be the same as u specified when creating tables.Hope this helps thanks ... (DataHan ... (DBMSToDO ... (Tra ... ...
sharadaj2000 <sharada...
sharadaj2000
Offline Send Email
Jan 8, 2003
7:28 pm
2623
When using the below xml and map, only the last SpecialInstructions is inserted into an Oracle table. I would like to have all three inserted. Any help would...
rarichter@...
rrichter39
Offline Send Email
Jan 8, 2003
7:32 pm
2624
Respected Sir/Madam, I am a M.tech computerscience student studying in first year,as I have to do individual project for one complete year (in 2nd year),I seek...
part_sastra
rsona2k1
Offline Send Email
Jan 9, 2003
8:24 am
2625
Hello, I am trying to implement KeyGenerator to call an Oracle Sequence (Primary Key) when inserting data into tables. A SQL insert would look like this: ...
fbsilva <fbsilva@...>
fbsilva
Offline Send Email
Jan 9, 2003
8:39 pm
2626
The problem here is that XML-DBMS views complex element types as classes, so what your map file does is to say that you have a class named...
Ronald Bourret
xmldbms
Offline Send Email
Jan 9, 2003
10:13 pm
2627
Hai, You have to implement the KeyGenerator,in the generateKey() method,write ur implementation and to the DOMTODBMS object set this key generator class(for...
sharadaj2000 <sharada...
sharadaj2000
Offline Send Email
Jan 9, 2003
11:48 pm
2628
Correct. A couple of points about implementing/using the key generator: 1) The initialize method should open a connection to the database. The properties...
Ronald Bourret
xmldbms
Offline Send Email
Jan 10, 2003
1:53 pm
2629
Thanks guys, for your help... Francis ... The ... information ... what ... properties. ... something ... set. It ... value. ... values ... and ... the ... this...
fbsilva <fbsilva@...>
fbsilva
Offline Send Email
Jan 10, 2003
3:02 pm
2630
Has anyone had any success running the Transfer tool from Ant? I am running into a linkage error. I think it has something to do with Ant's version of Xerces...
johntowell <johntowel...
johntowell
Offline Send Email
Jan 10, 2003
8:29 pm
2631
Hmm. I was going to try and switch to using JAXP instead, but the 2.0 release only seems to contain ParserUtilsXerces. I thought that I read somewhere that...
johntowell <johntowel...
johntowell
Offline Send Email
Jan 10, 2003
8:56 pm
2632
I use ant all the time to do this with xerces. Set the a path in the build file to include the jars you need to use: (the jars you need are dependent on which...
Rick Taylor
taylor@...
Send Email
Jan 10, 2003
9:26 pm
2633
Yes Yes! the fork was the trick. Need to get outside of Ant's JVM I guess. Cool thanks Rick. OK now I am having an issue with the dtd locations. Since this...
johntowell <johntowel...
johntowell
Offline Send Email
Jan 10, 2003
10:04 pm
2634
John, By DTD locations, i assume you are referring to the XML instance documents (not the maps). I have XML Schema rather than DTD's defining the xml...
Rick Taylor
taylor@...
Send Email
Jan 10, 2003
10:47 pm
2635
Yes Yes! the fork was the trick. Need to get outside of Ant's JVM I guess. Cool thanks Rick. OK now I am having an issue with the dtd locations. Since this...
johntowell <johntowel...
johntowell
Offline Send Email
Jan 10, 2003
10:50 pm
2636
Rick, I was actually talking about the xmldbms2.dtd for the Maps. That is defined in the map as <!DOCTYPE XMLToDBMS SYSTEM "xmldbms2.dtd" > This only works if...
johntowell <johntowel...
johntowell
Offline Send Email
Jan 10, 2003
11:34 pm
2637
... It doesn't. I looked at JAXP, but it didn't support all of the functionality that was needed. In particular, JAXP doesn't support writing documents, and...
Ronald Bourret
xmldbms
Offline Send Email
Jan 11, 2003
8:38 am
2638
... A number of other people have mentioned this as a problem. Unfortunately, it's not clear if there is an easy solution -- see next email. ... See the...
Ronald Bourret
xmldbms
Offline Send Email
Jan 11, 2003
8:46 am
2639
The problem with passing the DTD in as a property is that there is no standard way to tell a parser to use a particular DTD instead of the DTD in the document....
Ronald Bourret
xmldbms
Offline Send Email
Jan 11, 2003
8:58 am
2640
Thanks for your help Ronald and Rick on getting XML-DBMS integrated with Ant. I appreciate it. I have a more specific Mapping question now. Hmmm... how to...
johntowell <johntowel...
johntowell
Offline Send Email
Jan 14, 2003
7:57 am
2641
This looks like the right idea to me. Unfortunately, XML-DBMS doesn't currently support database-generation of non-primary unique keys. If I recall correctly,...
Ronald Bourret
xmldbms
Offline Send Email
Jan 14, 2003
8:58 am
2642
Hi All, Using the XML-DBMS Version 1 and changing from Informix to DB2 7.2 Using the DB2Java.zip in the SQLLIB/JAVA12 folder The App hangs on the getColumns...
O'Neill, Timothy(LIT)
T.ONeill@...
Send Email
Jan 14, 2003
11:03 am
2643
Hi All, Additional note on this one, the code that tries to set the catalog seems to be causing this error. The table.name = "DB2PCH.PCH_PUBLISH_T" which is...
Tim O'Neill <T.ONeill...
xxx_oneill
Offline Send Email
Jan 14, 2003
1:57 pm
2644
Hello, Ronald! Maybe I am using old version of XMLDBMS2, but I've found that IN operator in WHERE clauses within filter sets didn't work. After several time...
Peter V. Mikhalenko
gryzlo2000
Offline Send Email
Jan 14, 2003
3:58 pm
Messages 2615 - 2644 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