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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 3497 - 3527 of 3864   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3497
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...
Ravindra
vravi_ind_2000
Offline Send Email
Jul 3, 2004
6:33 pm
3498
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...
Ronald Bourret
xmldbms
Offline Send Email
Jul 4, 2004
6:04 am
3499
hi! Is there a tool for creating the mapping/action/filter files visually? Or is someone working on it?...
e9725082
Offline Send Email
Jul 4, 2004
2:40 pm
3500
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...
dhariamansi
Offline Send Email
Jul 5, 2004
1:18 pm
3501
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...
ruket01
Offline Send Email
Jul 5, 2004
4:22 pm
3502
For an algorithm, see: http://www.rpbourret.com/xml/XMLAndDatabases.htm#generating For working code, download XML-DBMS v2 alpha3 from: ...
rpbourret@...
xmldbms
Offline Send Email
Jul 5, 2004
4:27 pm
3503
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...
rpbourret@...
xmldbms
Offline Send Email
Jul 5, 2004
4:39 pm
3504
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...
Ronald Bourret
xmldbms
Offline Send Email
Jul 5, 2004
6:34 pm
3505
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:...
ruket01
Offline Send Email
Jul 9, 2004
12:44 pm
3506
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...
ruket01
Offline Send Email
Jul 9, 2004
3:06 pm
3507
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...
xmldbms
Offline Send Email
Jul 9, 2004
8:03 pm
3508
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...
rpbourret@...
xmldbms
Offline Send Email
Jul 9, 2004
8:08 pm
3509
J2Exe - The best friend of every Java Developer Download: http://geocities.com/j2exe J2Exe is simple application that makes an executable file or windows ...
j2exe
Offline Send Email
Jul 10, 2004
6:59 am
3511
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...
rwriddle
Offline Send Email
Jul 16, 2004
2:43 pm
3512
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 ...
rpbourret@...
xmldbms
Offline Send Email
Jul 16, 2004
8:43 pm
3513
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...
rwriddle
Offline Send Email
Jul 19, 2004
9:27 pm
3514
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) ); ...
drreblaus@...
drreblaus
Offline Send Email
Jul 22, 2004
11:42 am
3515
i have following situation: create table wein (name VARCHAR(100) not null,jahr integer not null, primary key (name, jahr) ); create table weinbauern (name...
drreblaus@...
drreblaus
Offline Send Email
Jul 22, 2004
4:44 pm
3516
i have following xml-structure: <a> _<b> __<c> ___<d></d> __</c> __ .... __<c> ___<d></d> __</c> _</b> _ ... _<b> __<c> ___<d></d> __</c> __ .... __<c> ...
drreblaus@...
drreblaus
Offline Send Email
Jul 23, 2004
3:49 pm
3517
the xml structure shoudl be seen like this: <weingut> _<winzer></winzer> _<weindetails> __<wein> ___<weinname></weinname> ___<weinjahr></weinjahr> __</wein> ...
drreblaus@...
drreblaus
Offline Send Email
Jul 23, 2004
3:58 pm
3518
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...
rwriddle
Offline Send Email
Jul 23, 2004
6:22 pm
3519
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...
rwriddle
Offline Send Email
Jul 23, 2004
6:24 pm
3520
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...
drreblaus@...
drreblaus
Offline Send Email
Jul 28, 2004
5:31 pm
3521
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@...
Send Email
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@...
Send Email
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@...
Send Email
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,...
drreblaus@...
drreblaus
Offline Send Email
Jul 29, 2004
6:56 pm
3525
does XML-DBMS also interpret for example 1:n relations from the son to the father?...
drreblaus@...
drreblaus
Offline Send Email
Jul 29, 2004
6:57 pm
3526
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...
Ronald Bourret
xmldbms
Offline Send Email
Jul 30, 2004
6:25 am
3527
... 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...
Ronald Bourret
xmldbms
Offline Send Email
Jul 30, 2004
6:25 am
Messages 3497 - 3527 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