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...
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...
holger.schimanski@...
Jun 3, 2004 11:02 pm
3476
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...
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...
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,...
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 ...
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...
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...
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 ...
The problem is probably due to the fact that Oracle and SQL Server store unquoted identifiers differently [1]. In particular, Oracle converts unquoted ...
Our Client, a Leading Software company in Chennai has the follwing openings that are very immediate. Project Managers ... Education: BE / MCA or Equalent ...
concering my first trouble i wrote now this map but it doesnt work: <Databases> <Database Name="weine"> <Catalog> <Schema> <Table Name="weinbaugebiet"> <Column...
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...
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...
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...