... Actually, header is not even related to a table, so i have to retrieve each entity as a separate call to retrieveDocument (which works well, btw). ... ...
Guillaume Rousse
rousse@...
Jun 3, 2002 1:27 pm
2314
I am trying to send sample Employee.xml file to Microsoft Access 2002 database using JDBC-ODBC bridge. I am following tutorial "Transfering data with...
I am trying to send sample Employee.xml file to Microsoft Access 2002 database using JDBC-ODBC bridge. I have JBuilder Enterprise 6.0 running on Windows 2000...
... Yes and no. In version 1.x, you can map property elements differently for each class element. For example, you can map the Name element differently in...
Hi all, I tried to use GenerateMap application which is included in the sample directory of xml-dbms 1.01. But I hit the following error when I tried to map...
The problem is caused by the fact that the GlobalSpecialHandlingCode element is used in more than one parent element, and it occurs multiple times (* operator)...
I was wondering which file replaced orders.act I have orders1.act and orders2.act but not orders.act According to the documentation you need orders.act to run...
I get the following error when I try to run transfer with the example order.... can you tell me if this has something to do with the .map file or is it...
1) I was able to reproduce the original bug (extra information being inserted into the database). 2) I could not use your code to test the workaround because...
I have downloaded beta(2.0) version of this package, and tried to run Mapmanager for samples. Since the package did not contain xerces.props Initiall, I got...
This workaround did not work. We added the three lines you suggest before System.gc. We still have the partial commit problem. In case it makes any ...
... I'm not surprised. There are two different problems here: 1) Transfer.setDatabaseProperties isn't releasing database connections, and 2) DOMToDBMS isn't...
Did you create and initialize the XMLDBMSKey table? There is a check box in the XML-DBMS Wizard that creates this table. Because the error is a KeyException,...
That's a bug in the documentation. orders1.act will insert values into the Orders and Items tables and insert-or-update values into Parts and Customers....
Use the parser.props file instead. The ParserUtilsClass tells MapManager which implementation of the ParserUtils interface to use. This interface wraps the XML...
Have you modified the map file? The only way I am able to duplicate that error is to remove a table name. For example, change: <Table Name="Customers"> to: ...
I've found some filter elements in sample sales2.map, which are uncovered by documentation and even in mapping DTD :-) However, i'd like to use such filtering...
Guillaume Rousse
rousse@...
Jun 6, 2002 2:41 pm
2332
Hô in the database -> H􀀰礀 in the document :-( I had a quick look at the code, it didn't see any special character conversion routine beside XML...
Guillaume Rousse
rousse@...
Jun 6, 2002 4:49 pm
2333
I did modify the map file to work with postgres database, but I'd didn't leave a table name blank.. I think I found the source of my problem and wanted to see...
... XML-DBMS does not impose any restrictions on table and column names except that they must have a length of at least 1. Any restrictions are imposed by your...
... Correct. Nick added this in the PERL version but didn't document it. You'll need to look through the code to see how it works. I seem to recall it's pretty...
... There shouldn't be any character conversion done by XML-DBMS. Your assumption that this is done in the parser is probably correct. (The other possibility...
Hi, I try to use xmldbms to store an xml file into an access db (using Transfer). I switched to version 2 because i wanted to retrieve a primary key generated ...
claude.leberre@...
Jun 7, 2002 9:09 am
2338
In reference to my early post in the mailing-list : When inserting two similar record (with database generated keys) I get some errors after the first...
Claude Le Berre
claude.leberre@...
Jun 7, 2002 2:21 pm
2339
... Note that I haven't yet had time to find the cause of this. ... Unfortunately, this feature is not standard (and is not supported by JDBC 1 or 2). This is...
Yes. Thank you.. Now I am using parser.props as is. My db.props are set for Oracle jdbc driver user/schema etc. should be ok since In have tested them. ...
I'm afraid this post is some shameless self promotion. I'm working for Sleepycat Software on an embedded native XML database system. Embedded meaning that it's...
... Good. I thought it was an "Oops" <G>. ... I'll have a look. If noone else steps in then OK given I've got a starfire + Oracle to play with here <G>..(you...