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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 2757 - 2786 of 3864   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2757
At present i can only find xml-dbms writen in java or perl, is there a version of C or C++ ? If be where can i find it ?...
liligang_email <lilig...
liligang_email
Offline Send Email
Mar 1, 2003
9:56 am
2758
i m still getting the following error: java.lang.NullPointerException at org.xmlmiddleware.xmldbms.tools.mapmanager.cretae mapfromdtd(mapmanager.java.614) at ...
Harsh Poddar
justmailharsh
Offline Send Email
Mar 1, 2003
11:55 am
2759
There is no version in C and there are no plans to port XML-DBMS to C/C++. However, since XML-DBMS is in the public domain, you can do this yourself if you...
Ronald Bourret
xmldbms
Offline Send Email
Mar 2, 2003
12:22 am
2760
This might be the same problem as in the following message: http://groups.yahoo.com/group/xml-dbms/message/2544 If the change in message 2544 does not solve...
Ronald Bourret
xmldbms
Offline Send Email
Mar 2, 2003
12:35 am
2761
... This might be the same problem as in the following message: http://groups.yahoo.com/group/xml-dbms/message/2544 If the change in message 2544 does not...
Harsh Poddar
justmailharsh
Offline Send Email
Mar 2, 2003
5:54 am
2762
The DBNameChecker class is in the org.xmlmiddleware.xmldbms.maps.factories package. You can find the source code for this class in the sourcecode.zip file in...
Ronald Bourret
xmldbms
Offline Send Email
Mar 2, 2003
6:07 am
2763
how do i compile the class and how do i add the newly compiled class to the existing jar file ? i have not done that before.So i am kinda sceptical. ... The...
Harsh Poddar
justmailharsh
Offline Send Email
Mar 2, 2003
6:25 am
2764
The following is a brief outline of what you need to do. If you have more questions, first read the Java documentation from Sun. You can also read the Java...
Ronald Bourret
xmldbms
Offline Send Email
Mar 2, 2003
8:31 am
2765
i made the changes that you told me to do.It is working fine except for the fact that in order1.sql(formed by inputting orders.dtd from the command prompt),...
Harsh Poddar
justmailharsh
Offline Send Email
Mar 3, 2003
12:26 pm
2766
... If the map generator named a table LINK1, it is because there was already a LINK table in the database. It does this because it does not know if the...
Ronald Bourret
xmldbms
Offline Send Email
Mar 3, 2003
8:00 pm
2767
I apologize if this has been answered before and yes, I know I have mentioned this myself before (!), but in relation to map generation: Ron, any plans yet to...
Gudmundur Arni Thoris...
mummi@...
Send Email
Mar 4, 2003
1:41 am
2768
... No immediate plans. I have at least finally found some software[1] that (apparently) compiles a schema into a set of schema objects, which is about half...
Ronald Bourret
xmldbms
Offline Send Email
Mar 4, 2003
6:33 am
2769
thanks to you i got rid of the problem.its working fine if there is no table with a similar name. i just wanted to konw that in which part of the code is this ...
Harsh Poddar
justmailharsh
Offline Send Email
Mar 4, 2003
10:33 am
2770
... It is in org.xmlmiddleware.xmldbms.maps.factories.DBNameChecker. ... As I have said to many people before, this is a bad idea. The chances of ...
Ronald Bourret
xmldbms
Offline Send Email
Mar 4, 2003
9:59 pm
2771
i thought of the idea of inserting the create table statements only because of the fact that we generally have only 2 data types...varchar and number...since...
Harsh Poddar
justmailharsh
Offline Send Email
Mar 5, 2003
5:57 am
2772
... There are two problems here: 1) Your VARCHARs are probably different lengths. For example, suppose you have two fields, one for the two-letter abbreviation...
Ronald Bourret
xmldbms
Offline Send Email
Mar 5, 2003
6:41 am
2773
When I transfered data from Oracle database to an xml file by using the sample TransferResultSet of XML-DBMS1.01, it request the Map mapping an element type to...
liligang_email
Offline Send Email
Mar 5, 2003
9:19 am
2774
You need to map the result set using ToRootTable (if it contains only one row) or using PseudoRoot (if it contains more than one row). See: ...
Ronald Bourret
xmldbms
Offline Send Email
Mar 5, 2003
4:35 pm
2775
i agree that it might pose problems, but it will work fine in my case.regarding the command line tool or the GUI tool i suppose u suggested to do it manually...
Harsh Poddar
justmailharsh
Offline Send Email
Mar 5, 2003
7:37 pm
2776
Here's a rough outline of the code. You will need to modify it for your specific needs (MapManager properties, DTD file, JDBC driver, XML parser, etc.) For...
Ronald Bourret
xmldbms
Offline Send Email
Mar 6, 2003
12:07 am
2777
I use the sample documents 'Product*' to transfer data between database and xml. The command is : java TransferResultSet -t "Product" Product.map...
liligang_email
Offline Send Email
Mar 6, 2003
11:13 am
2778
if i just want to track the creation of a map file and a sql file,given a dtd file as input,what are the files that i shud go thru and in wat order ? i dont...
Harsh Poddar
justmailharsh
Offline Send Email
Mar 7, 2003
10:08 am
2779
... By "files", do you mean XML-DBMS classes? That is, do you want to know which classes you call and in what order you call them in order to generate a map...
Ronald Bourret
xmldbms
Offline Send Email
Mar 7, 2003
8:00 pm
2780
hi there, could any one please help me to find a XQuery Compiler (if any) and any further knowledge about that topic that may help me with my project. ...
Azzam G
ronin_0000000
Offline Send Email
Mar 9, 2003
8:04 am
2781
i got stuck in the following places in MapManager.java : 1.wat are catalog names & schema names ? 2.inspite of several attempts to search for 'Properties'...
Harsh Poddar
justmailharsh
Offline Send Email
Mar 9, 2003
8:35 am
2782
i got stuck in the following places in MapManager.java : 1.wat are catalog names & schema names ? 2.inspite of several attempts to search for 'Properties'...
Harsh Poddar
justmailharsh
Offline Send Email
Mar 9, 2003
9:22 am
2783
In a message dated 09/03/2003 08:06:12 GMT Standard Time, azzam_1@... ... Azzam, A list of XQuery implementations is located at ...
AndrewWatt2001@...
andrewwatt2001
Offline Send Email
Mar 9, 2003
9:57 am
2784
When I pass in a vector of values I get the following error: java.lang.ArrayIndexOutOfBoundsException at sun.jdbc.odbc.JdbcOdbcPreparedStatement.clearParameter...
ruairi higgins
ruairih
Offline Send Email
Mar 10, 2003
10:12 am
2785
Yes, you need to create the new map document yourself. The idea here is that XML-DBMS usually uses the name of the root table and the key values to build a...
Ronald Bourret
xmldbms
Offline Send Email
Mar 10, 2003
10:20 am
2786
... Some databases have a three-part naming system for tables: catalog name, schema name, and table name. Others only use a two-part naming system. For...
Ronald Bourret
xmldbms
Offline Send Email
Mar 10, 2003
10:36 am
Messages 2757 - 2786 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