Hi Friends, This is to inforum you that I had started a forum and I want you people to be member of that and post ur queries and suggestions. Here is the link...
I think you get the award for longest unanswered email on this list. Sorry about that. I haven't had much time in the last month. I tried running this command...
Hi Everyone I need to create a tool that would take a DTD and return the relational schema for it.. I have already created a DTD parser in C using lex and...
Hello everybody, I am working on xmldbms v2.0 those days but I have a problem. At the beginning of the action file and the map file an URI is needed. Examples...
XML namespace URIs don't actually point to anything. They are just names. (Think of them as unique strings.) For a quick summary of how XML namespaces are...
I'm sorry about the very late answer. The NullPointerException seems to have been caused by problems in your map document, which is invalid. You should always...
Hi everybody, I need your help to solve this problem: I am using xmldbms v2.0 (alpha3) with Mysql and I have to save a dateTime information (format:...
Hello, it's me again. I have now another problem: It seems like element of type integer or float (and maybe every number element) cannot be null. I mean I have...
XML-DBMS does support datetime fields. In your map document, the Column element describing the target column should use the data type TIMESTAMP. If 'yyyy-mm-dd...
Nulls are generally represented in XML by missing elements, not empty elements. (The value of an empty element is a zero-length string, not a null.) By...
J2Exe - The best friend of every Java Developer Download: http://geocities.com/j2exe J2Exe is simple application that makes an executable file or windows ...
I am trying to use XML-DBMS v2 alpha 3. I am using the following code to create a Map from a DB/2 database. While the map seems to be created OK, my code to...
I only had time to look at this quickly, but the problem is with the Database name. In the map file, you set it to COLL, but in the filter file, you don't ...
I am new to XML-DBMS and am using Alpha 3 to create the map for later retrieval. I am using DB/2 v8.1 thru the IBM Universal JDBC driver. The generated MAP...
I tried the last days to solve following problem: create table areas (name VARCHAR(100) not null, winery VARCHAR(50) not null,primary key (name, winery) ); ...
i have following situation: create table wein (name VARCHAR(100) not null,jahr integer not null, primary key (name, jahr) ); create table weinbauern (name...
the xml structure shoudl be seen like this: <weingut> _<winzer></winzer> _<weindetails> __<wein> ___<weinname></weinname> ___<weinjahr></weinjahr> __</wein> ...
Build Issues with current CVS Tree Tip I am new to XML-DBMS and am testing the v2 Alpha as a component of a unit-testing strategy. I am using DB/2 with the...
I am new to XML-DBMS and am testing the v2 Alpha as a component of a unit-testing strategy. I am using DB/2 with the DB/2 Universal JDBC Driver. I've had...
concerning my former questions of the last days i surfed around in several newsgroups and site to get information but unfortunately i did net get any more news...
Part of the problem is, that you can't represent many to many relation ships in xml. Many to many is only possible in database modelling. In relational ...
holger.schimanski@...
Jul 29, 2004 6:49 am
3522
I have XML like this and want to write the names of child, father and mother in three colums of the same row into the same table. <child>Steve ...
holger.schimanski@...
Jul 29, 2004 1:09 pm
3523
When parsing float values from xml to dbms I have some problems. For numbers like 5.650000000000000e+01 I get 5.65 in the database instead of 56.5. This has...
holger.schimanski@...
Jul 29, 2004 3:58 pm
3524
my fact is that i cannot change the database i have following tables in mysql with a version that doesnt use FKs and which has just Pk defined: weingut(winzer,...
Sorry about the delayed answer. I've been out of town. Comments below. ... Do you mean the order in which Column elements appear in Table elements? If so, this...
... As a general rule, I do not recommend trying to use the CVS versions of XML-DBMS. The reason is that I use CVS as a repository for intermediate versions of...