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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 3474 - 3508 of 3869   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
3508 rpbourret@...
xmldbms Send Email
Jul 9, 2004
8:08 pm
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...
3507 xmldbms Send Email Jul 9, 2004
8:03 pm
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...
3506 ruket01 Send Email Jul 9, 2004
3:06 pm
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...
3505 ruket01 Send Email Jul 9, 2004
12:44 pm
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:...
3504 Ronald Bourret
xmldbms Send Email
Jul 5, 2004
6:34 pm
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...
3503 rpbourret@...
xmldbms Send Email
Jul 5, 2004
4:39 pm
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...
3502 rpbourret@...
xmldbms Send Email
Jul 5, 2004
4:27 pm
For an algorithm, see: http://www.rpbourret.com/xml/XMLAndDatabases.htm#generating For working code, download XML-DBMS v2 alpha3 from: ...
3501 ruket01 Send Email Jul 5, 2004
4:22 pm
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...
3500 dhariamansi Send Email Jul 5, 2004
1:18 pm
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...
3499 e9725082 Send Email Jul 4, 2004
2:40 pm
hi! Is there a tool for creating the mapping/action/filter files visually? Or is someone working on it?...
3498 Ronald Bourret
xmldbms Send Email
Jul 4, 2004
6:04 am
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...
3497 Ravindra
vravi_ind_2000 Send Email
Jul 3, 2004
6:33 pm
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...
3495 ximpleware2004 Send Email Jun 28, 2004
6:56 pm
I am pleased to announce that version 0.5 of VTD-XML -- a new, non-extractive, Java-base XML processing API licensed under GPL -- is now freely available on...
3494 drreblaus@...
drreblaus Send Email
Jun 27, 2004
3:05 pm
concerning my second problem "adresse" i get the following troubles - i tried three action cases: 1.) SoftInsert:works 2.) Insert: doesn't work and i get the...
3493 rpbourret@...
xmldbms Send Email
Jun 25, 2004
10:08 pm
See below. ... DataType="VARCHAR" Length="100" ... DataType="INTEGER" Length="11" ... DataType="LONGVARCHAR"; Length="" ... DataType="VARCHAR" Length="100" ... ...
3492 drreblaus@...
drreblaus Send Email
Jun 25, 2004
2:23 pm
concering my first trouble i wrote now this map but it doesnt work: <Databases> <Database Name="weine&quot;> <Catalog> <Schema> <Table Name="weinbaugebiet"> <Column...
3491 jobcaster@...
jobcaster Send Email
Jun 25, 2004
5:15 am
Our Client, a Leading Software company in Chennai has the follwing openings that are very immediate. Project Managers ... Education: BE / MCA or Equalent ...
3490 rpbourret@...
xmldbms Send Email
Jun 24, 2004
11:02 pm
The problem is probably due to the fact that Oracle and SQL Server store unquoted identifiers differently [1]. In particular, Oracle converts unquoted ...
3489 rpbourret@...
xmldbms Send Email
Jun 24, 2004
10:27 pm
The problem now is the format of your instance document. You currently nest weingut (which is mapped to winzer) beneath gebiet. This implies there *is* a ...
3488 drreblaus@...
drreblaus Send Email
Jun 24, 2004
9:52 pm
concerning my second problem: i have following two tables which i want to fill (there is now no relationship between the two tables: CREATE TABLE weinbaugebiet...
3486 rpbourret@...
xmldbms Send Email
Jun 24, 2004
8:42 pm
Your map looks OK. What doesn't work? If no data is transferred, then I'm guessing that you are using the Transfer utility and did not specify the property...
3485 drreblaus@...
drreblaus Send Email
Jun 24, 2004
10:50 am
sorry i have following mapping troubles for this xml structure: - <gebiet> <gebietsname></gebietsname> <rebflaeche></rebflaeche&gt; ...
3483 Ronald Bourret
xmldbms Send Email
Jun 21, 2004
3:20 pm
Sorry I haven't replied sooner. The last month has been very busy. You will need to: 1) Implement the parse and format methods in ...
3482 Ronald Bourret
xmldbms Send Email
Jun 21, 2004
3:14 pm
See below. ... The problem here is that you want to map the tbl_constant element in two different ways. Even though both map to the same table, you want the ...
3481 jobcaster@...
jobcaster Send Email
Jun 18, 2004
3:14 am
One of Our Client an SEI CMM Level 5 Certified Software Major, Currently has the follwoing Opening that are very immediate: Requirement : Need a UI developer,...
3478 bhuvana_t_76 Send Email Jun 8, 2004
11:29 am
hi, I am still getting the same error, but found where the problem is. Actually, it is not because of the oracle driver. In the DBMSToDOM class, when i try to...
3477 burkmaier Send Email Jun 7, 2004
3:51 pm
Hi, in mysql I need to set the column type to varchar binary if lower cases have to be distinguished from upper cases. Then I get an error from...
3476 bhuvaneswari thirumoo...
bhuvana_t_76 Send Email
Jun 7, 2004
11:50 am
hi All, I am using XML-DBMS for my project in Java. For connecting with the database, both SQLServer and Oracle are provided as options in the project. XMLDBMS...
3475 holger.schimanski@... Send Email Jun 3, 2004
11:02 pm
Ich werde ab 28.05.2004 nicht im Büro sein. Ich kehre zurück am 07.06.2004. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. Für Fragen zu ICS...
3474 uwez2004 Send Email Jun 3, 2004
1:02 pm
Hallo, ... i've got more than one Attributes with foreignkeys in one table referencing another(and only this table) table. In the mapping File i resolve the...
Messages 3474 - 3508 of 3869   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help