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 2757 - 2786 of 3869   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2757 liligang_email <li...
liligang_email Send Email
Mar 1, 2003
9:56 am
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 ?...
2758 Harsh Poddar
justmailharsh Send Email
Mar 1, 2003
11:55 am
i m still getting the following error: java.lang.NullPointerException at org.xmlmiddleware.xmldbms.tools.mapmanager.cretae mapfromdtd(mapmanager.java.614) at ...
2759 Ronald Bourret
xmldbms Send Email
Mar 2, 2003
12:22 am
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...
2760 Ronald Bourret
xmldbms Send Email
Mar 2, 2003
12:35 am
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...
2761 Harsh Poddar
justmailharsh Send Email
Mar 2, 2003
5:54 am
... 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...
2762 Ronald Bourret
xmldbms Send Email
Mar 2, 2003
6:07 am
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...
2763 Harsh Poddar
justmailharsh Send Email
Mar 2, 2003
6:25 am
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...
2764 Ronald Bourret
xmldbms Send Email
Mar 2, 2003
8:31 am
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...
2765 Harsh Poddar
justmailharsh Send Email
Mar 3, 2003
12:26 pm
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),...
2766 Ronald Bourret
xmldbms Send Email
Mar 3, 2003
8:00 pm
... 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...
2767 Gudmundur Arni Thoris...
mummi@... Send Email
Mar 4, 2003
1:41 am
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...
2768 Ronald Bourret
xmldbms Send Email
Mar 4, 2003
6:33 am
... 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...
2769 Harsh Poddar
justmailharsh Send Email
Mar 4, 2003
10:33 am
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 ...
2770 Ronald Bourret
xmldbms Send Email
Mar 4, 2003
9:59 pm
... 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 ...
2771 Harsh Poddar
justmailharsh Send Email
Mar 5, 2003
5:57 am
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...
2772 Ronald Bourret
xmldbms Send Email
Mar 5, 2003
6:41 am
... 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...
2773 liligang_email Send Email Mar 5, 2003
9:19 am
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...
2774 Ronald Bourret
xmldbms Send Email
Mar 5, 2003
4:35 pm
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: ...
2775 Harsh Poddar
justmailharsh Send Email
Mar 5, 2003
7:37 pm
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...
2776 Ronald Bourret
xmldbms Send Email
Mar 6, 2003
12:07 am
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...
2777 liligang_email Send Email Mar 6, 2003
11:13 am
I use the sample documents 'Product*' to transfer data between database and xml. The command is : java TransferResultSet -t "Product" Product.map...
2778 Harsh Poddar
justmailharsh Send Email
Mar 7, 2003
10:08 am
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...
2779 Ronald Bourret
xmldbms Send Email
Mar 7, 2003
8:00 pm
... 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...
2780 Azzam G
ronin_0000000 Send Email
Mar 9, 2003
8:04 am
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. ...
2781 Harsh Poddar
justmailharsh Send Email
Mar 9, 2003
8:35 am
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&#39;...
2782 Harsh Poddar
justmailharsh Send Email
Mar 9, 2003
9:22 am
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&#39;...
2783 AndrewWatt2001@...
andrewwatt2001 Send Email
Mar 9, 2003
9:57 am
In a message dated 09/03/2003 08:06:12 GMT Standard Time, azzam_1@... ... Azzam, A list of XQuery implementations is located at ...
2784 ruairi higgins
ruairih Send Email
Mar 10, 2003
10:12 am
When I pass in a vector of values I get the following error: java.lang.ArrayIndexOutOfBoundsException at sun.jdbc.odbc.JdbcOdbcPreparedStatement.clearParameter...
2785 Ronald Bourret
xmldbms Send Email
Mar 10, 2003
10:20 am
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...
2786 Ronald Bourret
xmldbms Send Email
Mar 10, 2003
10:36 am
... 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...
Messages 2757 - 2786 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