Hi! I have a problem with the Transfer API. Indeed, I can specify any encoding I want, using retrieveDocument will always return an UTF-8 encoded XML Document....
3459
rpbourret@...
xmldbms
May 19, 2004 9:11 pm
... You are welcome to join our group. Please note that this list discusses the product XML-DBMS [1]. It does not discuss XML and databases in general, nor is ...
3460
Edi Candera
edmin_77
May 21, 2004 6:10 am
On Thu, 13 May 2004 10:13:02 -0400 ... =========================================================================================== "Gabung INSTANIA, dapatkan...
3462
uwez2004
May 21, 2004 10:55 am
thank you after adding the Row as follows, the problem disapired: <DecimalFormat Pattern="########" DefaultForTypes="INTEGER" /> ... numbers in your locale....
3463
uwez2004
May 21, 2004 1:11 pm
Hello, my problem is: - XMLDBMS seems to do some formating of the datas in the XML- File - it inserts CarridgeReturn/ or LineFeed signs, in order to interrupt ...
3464
uwez2004
May 22, 2004 7:23 am
..is solved. I found, that you use OutputFormat class in your ParserUtilsXerces class. I just added a call in ParserUtilsXerces.writeDocument() (to File): ...
3465
Ronald Bourret
xmldbms
May 22, 2004 7:36 pm
I've looked at the code in createMapFromDTD and there are no obvious places where a NullPointerException can be thrown -- it appears that the code always...
3466
rpbourret@...
xmldbms
May 23, 2004 5:41 am
I checked the code in Transfer, and I don't see any problems that this should cause. Another possible solution is to add the call: ...
3467
xmldbms
May 23, 2004 5:49 am
The problem is that you are calling the version of retrieveDocument that returns a String. In Java, Strings are always Unicode. Therefore, this method ignores...
3468
julileroy
May 24, 2004 8:11 am
Here is the command that I used, Also, I used sample files distributed by xml_dbms. Thanks for your help! ... java org.xmlmiddleware.xmldbms.tools.MapManager...
3470
mattsns
May 25, 2004 7:51 am
Actually, I don't really care about how things are encoded as the retrieved XML data are used directly into a Java GUI (a DOM tree is constructed from the XML,...
3471
mattsns
May 25, 2004 9:56 am
I've solved my encoding problem. Here's what I've done : - As Ron suggested, I use the retrieveDocument(toFile) method instead of retrieveDocument(toString)....
3472
rpbourret@...
xmldbms
May 25, 2004 4:54 pm
1) I don't know why UTF-8 would have problems with accented characters. Access stores text as single byte characters, so it should be able to handle accented...
3473
Wood, Cindy
woodcindy2004
May 27, 2004 8:07 pm
I am new to xmldbms and having a problem when I try to apply the InLineMap capabilities as listed below. I receive the following error: Error:...
3474
uwez2004
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...
3475
holger.schimanski@...
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...
3476
bhuvaneswari thirumoo...
bhuvana_t_76
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...
3477
burkmaier
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...
3478
bhuvana_t_76
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...
3481
jobcaster@...
jobcaster
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,...
3482
Ronald Bourret
xmldbms
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 ...
3483
Ronald Bourret
xmldbms
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 ...
3485
drreblaus@...
drreblaus
Jun 24, 2004 10:50 am
sorry i have following mapping troubles for this xml structure: - <gebiet> <gebietsname></gebietsname> <rebflaeche></rebflaeche> ...
3486
rpbourret@...
xmldbms
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...
3488
drreblaus@...
drreblaus
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...
3489
rpbourret@...
xmldbms
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 ...
3490
rpbourret@...
xmldbms
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 ...
3491
jobcaster@...
jobcaster
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 ...
3492
drreblaus@...
drreblaus
Jun 25, 2004 2:23 pm
concering my first trouble i wrote now this map but it doesnt work: <Databases> <Database Name="weine"> <Catalog> <Schema> <Table Name="weinbaugebiet"> <Column...