Hello, We are glad to announce you the availability of <oXygen/> XML Editor 1.2. The main new features are the applet availability and FOP support. You can...
Hi, Please anyone could let me know how we call the xml-dbms project? Database Integration or Data Transformation or Data Transferal or what? Please. I'm ...
Hi I would like to capture data from XML through PHP. Some books mention about SAX and DOM but not very clearly explain how to do and most methods are using...
I call it "data transfer middleware". Other people call it "data conversion software", since you are converting the data from one format (a database) to...
http://www.zend.com/manual/ I hope this helps. I used XML api's for java but I've seen that the functions for java exists also in PHP. ... From: Jon Chang To:...
Mine Tekman
minetekman@...
Jul 12, 2002 1:17 pm
2379
Please could anyone help recommend a manual for how to do this using Java servlets too? I've been reading up but I'm still lost. Thank you very much in...
Hi, I discovered this module few days ago and I think it's very great tool, but I have a problem with the map file (I read all the doc but I can't solve my...
Hello, Anyone's help will be much appreciated. I am working with the samples that came with XMLDBMS 2.0 and trying to add the sales order to an Oracle...
... Try running the following program and see if Orders appears twice (once with schema dbo and once with no schema). You will need to modify the connection...
Francis, Try adding an @ sign after thin: and before asia so that you URL looks like: URL=jdbc:oracle:thin:@asia.ssc.com:1521:VIS -Dan ... samples ... ...
Francis, This is a generic JDBC connection error. Try: URL = jdbc:oracle:thin:@asia.ssc.com:1521:VIS (and make sure the listener is up) Brad ... From:...
Brad Matlack
bmatlack@...
Jul 16, 2002 9:29 pm
2385
Did you ever solve this problem? I don't know what is causing it. Are you sure that Xerces and NQ_DOM2 are in your class path? Also, why did you change...
There are a few errors in your map file. See below. -- Ron ... It is an error to use the same element type name for both an ignored root and a pseudo root....
... hi,I have tested it. The result includes the system tables,but no table appears more than one time. I show you the result here: (by the way ,the database...
fir
seafir@...
Jul 17, 2002 2:09 am
2389
Sorry for the lack of mailing however we've been taken over by Lawsons which is a good thing. That + shedloads of work in Sweden have held me back. Anyway I'm...
adam flinton
aflinton@...
Jul 17, 2002 4:46 pm
2390
... I am privately sending you a debug version of MapFactory_Database. This prints out what tables it is processing. Please compile/run this and send me the...
Thanks. This tells me that there is a bug in MapFactory_Database. The problem is how I store a list of all the tables I have visited. For the root table, I...
OK so far so good. So far the code looks like this: Objects (props & executable Java objects/plugins) are held in a ObjectCache/Hashtable (i.e. what to...
adam flinton
aflinton@...
Jul 23, 2002 2:05 pm
2394
Hi, I am trying to extract data from 2 oracle order mangement tables: OE_ORDER_HEADERS_ALL, OE_ORDER_LINES_ALL 1. Here is the error i am getting: ...
Hi, This map was originally created for XMLDBMS1.0, and it works fine. I converted the map for XMLDBMS2.0 using the stylesheet that was provided. And I have'nt...
Without trying this myself or looking at the code (I'm away from my computer), I'll guess that the problem is the lack of data type information in the <Column>...
*** also posted to xml@yahoogroups.com Can anybody help me to understand (give a reference to the proper information resource) how can I do it? An example to...
Andrei V. Emelianenko
ave@...
Jul 25, 2002 8:44 am
2399
Ron, My map file is failing because I have the NUMBER and VARCHAR2 datatypes. How do i get the MAP file to work with these data types? Below is the error i am...
hi. I am quite confused. Currently my application uses (on SUN Solaris 8): - XML-DBMS v1.01 - java version "1.3.1" Now I am working on migration to java 1.4.0 ...