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...
2373
wideideal
Jul 4, 2002 2:54 am
i have some problem in Transfer Program. I use a xerces parser(JRE 1.3), ORACLE. Detail Error messages are ... at...
2374
Nick Semenov
nsemenov
Jul 8, 2002 10:22 pm
Guillaume, Would you please, sent your patch as an attachment to this email address nsemenov@... so that I apply changes to the version on the...
2375
Patcharin A.
patcharinas
Jul 11, 2002 1:33 am
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 ...
2376
Jon Chang
jonescjchang
Jul 11, 2002 8:06 am
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...
2377
Ronald Bourret
xmldbms
Jul 11, 2002 9:59 pm
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...
2378
Mine Tekman
minetekman@...
Jul 12, 2002 1:17 pm
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:...
2379
Patcharin A.
patcharinas
Jul 13, 2002 8:09 pm
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...
2380
asoaso200
Jul 15, 2002 2:45 pm
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...
2381
fbsilva
Jul 16, 2002 5:23 pm
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...
2382
Ronald Bourret
xmldbms
Jul 16, 2002 5:27 pm
... 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...
2383
daniel_wolfe
Jul 16, 2002 8:25 pm
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 ... ...
2384
Brad Matlack
bmatlack@...
Jul 16, 2002 9:29 pm
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:...
2385
Ronald Bourret
xmldbms
Jul 17, 2002 12:07 am
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...
2386
Ronald Bourret
xmldbms
Jul 17, 2002 12:11 am
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....
2387
Ronald Bourret
xmldbms
Jul 17, 2002 12:19 am
It appears you need an "@" sign before your server address: URL=jdbc:oracle:thin:@asia.ssc.com:1521:VIS For example, see: ...
2388
fir
seafir@...
Jul 17, 2002 2:09 am
... 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...
2389
adam flinton
aflinton@...
Jul 17, 2002 4:46 pm
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...
2390
Ronald Bourret
xmldbms
Jul 17, 2002 5:38 pm
... 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...
2391
Ronald Bourret
xmldbms
Jul 18, 2002 9:20 pm
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...
2392
ayhocp
Jul 23, 2002 9:12 am
!!! TOP JAVA LINKS !!! http://www.geocities.com/topjavalinks/...
2393
adam flinton
aflinton@...
Jul 23, 2002 2:05 pm
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...
2394
fbsilva
Jul 24, 2002 3:14 pm
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: ...
2395
fbsilva
Jul 24, 2002 3:27 pm
I resolved the error i was getting in message 2394 Francis...
2396
fbsilva
Jul 24, 2002 8:33 pm
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...
2397
rpbourret@...
xmldbms
Jul 25, 2002 5:07 am
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>...
2398
Andrei V. Emelianenko
ave@...
Jul 25, 2002 8:44 am
*** 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...
2399
fbsilva
Jul 25, 2002 8:00 pm
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...
2400
Dan Wolfe
daniel_wolfe
Jul 25, 2002 8:34 pm
Try using INTEGER and VARCHAR. It is looking for JDBC data types, not Oracle data types. regards, Dan Wolfe ... ...
2401
Fabio Asnicar
fabio_ffff00
Jul 26, 2002 1:24 pm
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 ...