i m still getting the following error: java.lang.NullPointerException at org.xmlmiddleware.xmldbms.tools.mapmanager.cretae mapfromdtd(mapmanager.java.614) at ...
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...
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...
... 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...
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...
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...
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...
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),...
... 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@...
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...
... 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...
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 ...
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...
... 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...
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...
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...
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...
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...
... 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...
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. ...
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 'Properties39;...
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 'Properties39;...
When I pass in a vector of values I get the following error: java.lang.ArrayIndexOutOfBoundsException at sun.jdbc.odbc.JdbcOdbcPreparedStatement.clearParameter...
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...
... 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...