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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 3632 - 3661 of 3864   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3632
Christian -- Thanks for sending me your files. I duplicated your problem here and found the problem. The version of Transfer in the alpha 3 release does not...
Ronald Bourret
xmldbms
Offline Send Email
Jan 7, 2005
8:22 am
3633
Hi Ron! I’ve done the changes and it’s working fine now. No more problems so far... Thank you very much! /Christian _____ Von: Ronald Bourret...
Christian Dreier
christian3er
Offline Send Email
Jan 7, 2005
11:46 am
3634
Hi dudes, Yeah !! i am new to this group. Can any one explain me to how to install xml-dbms on linux fedora core 2 platform, running MySql Database. Thanks for...
krishna mohan
geniuskittu
Offline Send Email
Jan 10, 2005
10:48 am
3635
If you haven't already done so, download version 2.0 alpha 3 from: http://www.rpbourret.com/xmldbms/index.htm To install, follow the instructions in section 2...
Ronald Bourret
xmldbms
Offline Send Email
Jan 10, 2005
5:31 pm
3636
I ran XMLDBMS sample code GenerateMap.java but I am getting the following exception I am using xerecs-1_4_4 parser and have already set the ODBC connection...
Amol Nerkar
vnamol
Online Now Send Email
Jan 17, 2005
2:20 pm
3637
The most likely cause is that you have not specified a classpath when you run GenerateMap. Unless you have set this separately, Java cannot find the Parser...
Ronald Bourret
xmldbms
Offline Send Email
Jan 17, 2005
8:04 pm
3638
Hi, where can i get a complete example to use retrieveDocument() per api using DBMSToDOM? something like the orders example in the samples directory... In...
jan.wollny@...
bernd_wollny
Offline Send Email
Jan 19, 2005
12:15 pm
3639
Hello, Unless you can find one in the archives, there aren't any simple examples that I know of. Instead, you'll need to go through the code in ...
Ronald Bourret
xmldbms
Offline Send Email
Jan 20, 2005
6:00 am
3640
hello, i am working with xml-dbms v1.01 using MS access and xerces1.0.4 parser. when i compile the "GenerateMap.java" file..its giving error saying package...
krishna mohan
geniuskittu
Offline Send Email
Jan 22, 2005
10:57 am
3641
Ok, everything was fine creating a sample for using xml-dbms. the last step is driving me crazy. although there is(!) one filters.dtd-file in my working dir, i...
jan.wollny@...
bernd_wollny
Offline Send Email
Jan 23, 2005
12:19 am
3642
Hi: Some info. [Non-text portions of this message have been removed]...
Asoke Bhattacharyya
bka_k
Offline Send Email
Jan 23, 2005
1:37 am
3643
If you're using Xerces, you need to give a complete URL, not just "filters.dtd". For example: <!DOCTYPE FilterSet SYSTEM ...
Ronald Bourret
xmldbms
Offline Send Email
Jan 23, 2005
4:01 am
3644
Well, some additional question. I was creating some KeyGenerators with: KeyGenerator keyGen = (KeyGenerator)Class.forName(KEYGENERATOR).newInstance(); ...
jan.wollny@...
bernd_wollny
Offline Send Email
Jan 23, 2005
2:05 pm
3645
Make sure your CLASSPATH is set to point to xmldbms.jar, the .jar file for Xerces, and the current directory. For example, if XML-DBMS is installed in...
Ronald Bourret
xmldbms
Offline Send Email
Jan 24, 2005
6:25 am
3646
KeyGenerator is an interface, not a class, so you can't instantiate it. The version 2.0 alpha 3 release does not come with any implementations of the...
Ronald Bourret
xmldbms
Offline Send Email
Jan 24, 2005
6:30 am
3647
Hello, i just wan to create a Map-Object calling createMap() just like this: mf = new MapFactory_Database(conn); XMLDBMSMap map = mf.createMap(?); ? means i...
jan.wollny@...
bernd_wollny
Offline Send Email
Jan 24, 2005
11:05 pm
3648
1) Think of the tables in your database as forming a graph, where tables are linked by primary key / foreign key relationships. MapFactory_Database just starts...
Ronald Bourret
xmldbms
Offline Send Email
Jan 25, 2005
7:33 am
3649
Well, but calling createMap with null-values (eg. createMap(null, null, null, [rootTableArray]) causes following exception: java.lang.IllegalArgumentException:...
jan.wollny@...
bernd_wollny
Offline Send Email
Jan 25, 2005
3:09 pm
3650
Sorry, I wasn't clear about that. If you are using the methods that take array-valued parameters, pass in an array with null-valued entries. I'm not sure what...
Ronald Bourret
xmldbms
Offline Send Email
Jan 25, 2005
7:13 pm
3651
here it is! by the way, calling createMap() with null-valued arrays causes a java.sql.SQLException: Base table or view not found, message from server: "Table...
jan.wollny@...
bernd_wollny
Offline Send Email
Jan 25, 2005
8:35 pm
3652
1) I suspect the table is not found because you have not used the correct case. The functions used by MapFactory_Database quote identifiers, so you must use...
rpbourret@...
xmldbms
Offline Send Email
Jan 30, 2005
1:51 am
3653
Hi Ron! I need to make sure that for EVERY SELECTED DATABASE-TUPLE the PRIMARY KEY is selected during the publishing process. (This is just a requirement of ...
Christian Dreier
christian3er
Offline Send Email
Feb 11, 2005
7:12 pm
3654
I was wondering how to handle BLOB data types in map file. One of column of my table is of type BLOB so I need to define the same in map file. I would ...
Ranjan K. Baisak
ranjanbaisak
Offline Send Email
Feb 14, 2005
10:40 am
3655
Before I try to answer this question, which has several possible answers, could you explain your application architecture? In particular, I need to know where...
Ronald Bourret
xmldbms
Offline Send Email
Feb 16, 2005
7:17 am
3656
Application architecture: The application is integrating the XML-DBMS middleware. An admin is writing some SQL-Statements or Filters, Mapping etc. A set of...
Christian Dreier
christian3er
Offline Send Email
Feb 16, 2005
9:53 am
3657
Hi there, i am working with xml-dbms v1.01 using MS access and xerces1.4.4 parser. i am having problem with GenerateMap application i created xmldbms data...
krishna mohan
geniuskittu
Offline Send Email
Feb 17, 2005
6:26 am
3658
Just to make sure I understand. Each time a row from the database is retrieved, you want to retrieve the primary key of that row and store it somewhere else in...
Ronald Bourret
xmldbms
Offline Send Email
Feb 17, 2005
7:52 am
3659
comments below ( marked with christian>>) _____ Von: Ronald Bourret [mailto:rpbourret@...] Gesendet: Donnerstag, 17. Februar 2005 08:52 An:...
Christian Dreier
christian3er
Offline Send Email
Feb 17, 2005
9:10 am
3660
OK. Here's some suggestions. For simplicity, I will assume you are using GenericHandler. If not, please adjust accordingly. Map + filter documents ... To...
Ronald Bourret
xmldbms
Offline Send Email
Feb 21, 2005
7:11 am
3661
I don't have time to answer this tonight. In the mean time, search the archives [1] for "binary data". This will return a number of messages that deal with...
Ronald Bourret
xmldbms
Offline Send Email
Feb 21, 2005
7:46 am
Messages 3632 - 3661 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