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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 3417 - 3457 of 3864   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3417
1) I did a bit of research on the Apache Web site, since I've wondered about this, too. According to: ...
Ronald Bourret
xmldbms
Offline Send Email
May 3, 2004
10:51 pm
3418
You're correct. The code to generate a ByteArray was written after alpha 3. To use a ByteArray, change row.setColumnValues(ResultSet, Table, boolean) to the...
Ronald Bourret
xmldbms
Offline Send Email
May 4, 2004
6:58 am
3419
I looked at the code in GenericHandler and there do not appear to be any problems in that class. I think the problem is the Description element. This is empty,...
Ronald Bourret
xmldbms
Offline Send Email
May 4, 2004
6:58 am
3420
I'm not sure what is going on here. Can you either post the following to the mailing list or mail them to me privately? Map document Action document (for...
Ronald Bourret
xmldbms
Offline Send Email
May 4, 2004
6:59 am
3421
.. i did it in both ways. But it does'nt solve the problem. I even cleared my XML File as follows, but i still get this error. repl.xml: ========= <?xml...
uwez2004
Offline Send Email
May 4, 2004
11:01 am
3425
Hello, I am trying to use XML-DBMS to convert XML files to database tables. I am using DB2 database, Xerces parser, JAXP for DOM and SAX implentation. I...
anu_gali
Offline Send Email
May 4, 2004
2:54 pm
3426
Is XML-DBMS v2 able to handle (very) large XML files? I'm getting Exception in thread "main" java.lang.OutOfMemoryError Greetings Holger...
holger.schimanski@...
Send Email
May 4, 2004
3:40 pm
3427
.. i was playing with my map File, and i figured out: 1.)- in my XML File, i must have an entry for every column in the table, otherwise i get this "..due to...
uwez2004
Offline Send Email
May 4, 2004
4:00 pm
3428
No. The problem is that XML-DBMS uses DOM, and DOM can expand the size of an XML document by as much as 10 times. Therefore, there are real limitations to the ...
rpbourret@...
xmldbms
Offline Send Email
May 4, 2004
4:05 pm
3429
I assume you are using version 1.x. In version 1.x, Transfer is not in any package. Because the error message says "wrong name: org/w3c/com/Transfer", I am...
rpbourret@...
xmldbms
Offline Send Email
May 4, 2004
4:13 pm
3430
I had already added . in the classpath (also tried adding the file path explicitly). I am using version 1.01 since I thought that was the stable version....
anu_gali
Offline Send Email
May 4, 2004
6:24 pm
3431
Sorry, my previous reply was not complete, I haven't placed Transfer in any package. Where can I find the org.w3c.com packages? I have imported...
anu_gali
Offline Send Email
May 4, 2004
6:46 pm
3432
I can reproduce the problem here, but haven't been able to figure out what is going on. Certainly there is no obvious bug in the code. There are a number of...
Ronald Bourret
xmldbms
Offline Send Email
May 4, 2004
10:04 pm
3433
This is almmost certainly a CLASSPATH problem, but I'm not sure what it is. Transfer is not in any package and does not need to be. All you need to be sure of...
Ronald Bourret
xmldbms
Offline Send Email
May 4, 2004
10:15 pm
3434
Hi! I use RMIJDBC (http://rmijdbc.objectweb.org) to access a remote ODBC source connected to an MS ACCESS™ database. Things seems to go well when using java...
mattsns
Offline Send Email
May 5, 2004
8:16 am
3435
I had a typo in my file. I had imported org.w3c.com at the beginning, once I took it out, the program works fine. Thanks a lot for replying so promptly. Anu ...
Anuradha Gali
anu_gali
Offline Send Email
May 6, 2004
2:27 pm
3436
Have you tried running XML-DBMS directly on the remote system using the JDBC-ODBC bridge instead of RMIJDBC? This would isolate whether the problem was in...
Ronald Bourret
xmldbms
Offline Send Email
May 6, 2004
10:54 pm
3437
Hi! ... the JDBC-ODBC bridge instead of RMIJDBC? I'm not sure to see what you mean. Do you mean using "sun.jdbc.odbc.JdbcOdbcDriver" as driver and giving a...
mattsns
Offline Send Email
May 7, 2004
8:14 am
3438
... I mean installing XML-DBMS on the remote machine (where the Access DB is), using sun.jdbc.odbc.JdbcOdbcDriver as a driver, and giving it a URL pointing to...
Ronald Bourret
xmldbms
Offline Send Email
May 7, 2004
7:18 pm
3440
Hello, I am new to XML-DBMS. I tried to write XML files to database and the whole process works fine. I want to generate tables and load the database based on...
rosan_db
Offline Send Email
May 10, 2004
1:39 pm
3442
Although the XML has been stored in RDBMS via xml-dbms, the users still view the document as XML tree and issue queries against XML tree. However, does...
Collin Chu
collin_chu
Offline Send Email
May 12, 2004
7:44 am
3443
- i try'ed number 1, but it did not solve the problem - nuber 3 and 4 takes more time than i have at the moment - so i live with the work-arround number 2,...
uwez2004
Offline Send Email
May 12, 2004
1:12 pm
3444
i use xmldbms2 with HighLevelAPI. When i retrieve number- DataTyps like Integer or Number (tested in Oracle and MySQL) i.e "4600", i get the dot-Notation in...
uwez2004
Offline Send Email
May 12, 2004
3:56 pm
3447
Our web Application has to generate a Travel Journal based on dynamic information (texts and pictures) from a Microsoft SQL DB. Can you recommend us a free...
Carmen Stan
sicavl
Offline Send Email
May 14, 2004
12:05 pm
3450
... XML-DBMS does not support XQuery and I don't think it ever will. If you want to issue XQuery statements against a relational database, I suggest using...
xmldbms
Offline Send Email
May 16, 2004
4:48 am
3451
This happens because the dot-notation is the default format for numbers in your locale. (For North American readers, Europeans use a period to separate...
xmldbms
Offline Send Email
May 16, 2004
4:57 am
3452
If you are using SQL Server 2000, it has tools for generating XML documents from data in the database. For a short summary, see: ...
xmldbms
Offline Send Email
May 16, 2004
5:05 am
3453
XML-DBMS does not provide a way to do this automatically. You might be able to do it by hand. However, I'm not sure if it is possible to do what you want to...
xmldbms
Offline Send Email
May 16, 2004
5:16 am
3456
Hi, I got an error message when try to generate a map from a dtd file. Who can help me? -- error message Java.lang.NullPointerException at ...
julileroy
Offline Send Email
May 18, 2004
2:37 pm
3457
hello sir i want to join your goups i am doing MCA Final year from IGNOU. pavan pareta my resume is atteched ... Do you Yahoo!? SBC Yahoo! - Internet access at...
pavan pareta
pavan_pareta
Offline Send Email
May 19, 2004
10:22 am
Messages 3417 - 3457 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