Search the web
Sign In
New User? Sign Up
xml-dbms
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2313 - 2342 of 3864   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2313
... 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@...
Send Email
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...
hemalj2000
Offline Send Email
Jun 3, 2002
2:32 pm
2315
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...
hemalj2000
Offline Send Email
Jun 3, 2002
2:41 pm
2316
Where in the code do I need to change the name from xmldbms2.dtd to the fully quallified path ... if ... accept ... the ... added ... CPConnection....
KplMercury
Offline Send Email
Jun 3, 2002
5:50 pm
2317
In the XML document itself. -- Ron...
Ronald Bourret
xmldbms
Offline Send Email
Jun 4, 2002
6:36 am
2318
... 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...
Ronald Bourret
xmldbms
Offline Send Email
Jun 4, 2002
9:27 am
2319
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...
Andy Wenas
wenaz212
Offline Send Email
Jun 4, 2002
10:40 am
2320
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)...
Ronald Bourret
xmldbms
Offline Send Email
Jun 4, 2002
11:10 am
2321
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...
KplMercury
Offline Send Email
Jun 4, 2002
2:11 pm
2322
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...
KplMercury
Offline Send Email
Jun 4, 2002
8:37 pm
2323
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...
Ronald Bourret
xmldbms
Offline Send Email
Jun 5, 2002
12:17 pm
2324
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...
emretuvay
Offline Send Email
Jun 5, 2002
1:55 pm
2325
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 ...
Dan Wolfe
daniel_wolfe
Offline Send Email
Jun 5, 2002
2:16 pm
2326
... I'm not surprised. There are two different problems here: 1) Transfer.setDatabaseProperties isn't releasing database connections, and 2) DOMToDBMS isn't...
Ronald Bourret
xmldbms
Offline Send Email
Jun 6, 2002
9:08 am
2327
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,...
Ronald Bourret
xmldbms
Offline Send Email
Jun 6, 2002
9:30 am
2328
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....
Ronald Bourret
xmldbms
Offline Send Email
Jun 6, 2002
9:33 am
2329
Use the parser.props file instead. The ParserUtilsClass tells MapManager which implementation of the ParserUtils interface to use. This interface wraps the XML...
Ronald Bourret
xmldbms
Offline Send Email
Jun 6, 2002
9:39 am
2330
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: ...
Ronald Bourret
xmldbms
Offline Send Email
Jun 6, 2002
9:48 am
2331
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@...
Send Email
Jun 6, 2002
2:41 pm
2332
Hô in the database -> H&#x100030&#x7900; 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@...
Send Email
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...
KplMercury
Offline Send Email
Jun 6, 2002
6:22 pm
2334
... 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...
Ronald Bourret
xmldbms
Offline Send Email
Jun 6, 2002
8:18 pm
2335
... 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...
Ronald Bourret
xmldbms
Offline Send Email
Jun 6, 2002
8:49 pm
2336
... 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...
Ronald Bourret
xmldbms
Offline Send Email
Jun 6, 2002
8:53 pm
2337
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@...
Send Email
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@...
Send Email
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...
Ronald Bourret
xmldbms
Offline Send Email
Jun 8, 2002
7:10 am
2340
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. ...
Emre Tuvay
emretuvay
Offline Send Email
Jun 11, 2002
10:56 am
2341
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...
merrells
Offline Send Email
Jun 12, 2002
2:37 am
2342
... 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...
adam flinton
aflinton@...
Send Email
Jun 13, 2002
2:45 pm
Messages 2313 - 2342 of 3864   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help