Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

xml-dbms

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 792
  • Category: XML
  • Founded: Mar 5, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 3632 - 3661 of 3869   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
3632 Ronald Bourret
xmldbms Send Email
Jan 7, 2005
8:22 am
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...
3633 Christian Dreier
christian3er Send Email
Jan 7, 2005
11:46 am
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...
3634 krishna mohan
geniuskittu Send Email
Jan 10, 2005
10:48 am
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...
3635 Ronald Bourret
xmldbms Send Email
Jan 10, 2005
5:31 pm
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...
3636 Amol Nerkar
vnamol Send Email
Jan 17, 2005
2:20 pm
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...
3637 Ronald Bourret
xmldbms Send Email
Jan 17, 2005
8:04 pm
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...
3638 jan.wollny@...
bernd_wollny Send Email
Jan 19, 2005
12:15 pm
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...
3639 Ronald Bourret
xmldbms Send Email
Jan 20, 2005
6:00 am
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 ...
3640 krishna mohan
geniuskittu Send Email
Jan 22, 2005
10:57 am
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...
3641 jan.wollny@...
bernd_wollny Send Email
Jan 23, 2005
12:19 am
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...
3642 Asoke Bhattacharyya
bka_k Send Email
Jan 23, 2005
1:37 am
Hi: Some info. [Non-text portions of this message have been removed]...
3643 Ronald Bourret
xmldbms Send Email
Jan 23, 2005
4:01 am
If you're using Xerces, you need to give a complete URL, not just "filters.dtd". For example: <!DOCTYPE FilterSet SYSTEM ...
3644 jan.wollny@...
bernd_wollny Send Email
Jan 23, 2005
2:05 pm
Well, some additional question. I was creating some KeyGenerators with: KeyGenerator keyGen = (KeyGenerator)Class.forName(KEYGENERATOR).newInstance(); ...
3645 Ronald Bourret
xmldbms Send Email
Jan 24, 2005
6:25 am
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...
3646 Ronald Bourret
xmldbms Send Email
Jan 24, 2005
6:30 am
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...
3647 jan.wollny@...
bernd_wollny Send Email
Jan 24, 2005
11:05 pm
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...
3648 Ronald Bourret
xmldbms Send Email
Jan 25, 2005
7:33 am
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...
3649 jan.wollny@...
bernd_wollny Send Email
Jan 25, 2005
3:09 pm
Well, but calling createMap with null-values (eg. createMap(null, null, null, [rootTableArray]) causes following exception: java.lang.IllegalArgumentException:...
3650 Ronald Bourret
xmldbms Send Email
Jan 25, 2005
7:13 pm
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...
3651 jan.wollny@...
bernd_wollny Send Email
Jan 25, 2005
8:35 pm
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...
3652 rpbourret@...
xmldbms Send Email
Jan 30, 2005
1:51 am
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...
3653 Christian Dreier
christian3er Send Email
Feb 11, 2005
7:12 pm
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 ...
3654 Ranjan K. Baisak
ranjanbaisak Send Email
Feb 14, 2005
10:40 am
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 ...
3655 Ronald Bourret
xmldbms Send Email
Feb 16, 2005
7:17 am
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...
3656 Christian Dreier
christian3er Send Email
Feb 16, 2005
9:53 am
Application architecture: The application is integrating the XML-DBMS middleware. An admin is writing some SQL-Statements or Filters, Mapping etc. A set of...
3657 krishna mohan
geniuskittu Send Email
Feb 17, 2005
6:26 am
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...
3658 Ronald Bourret
xmldbms Send Email
Feb 17, 2005
7:52 am
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...
3659 Christian Dreier
christian3er Send Email
Feb 17, 2005
9:10 am
comments below ( marked with christian>>) _____ Von: Ronald Bourret [mailto:rpbourret@...] Gesendet: Donnerstag, 17. Februar 2005 08:52 An:...
3660 Ronald Bourret
xmldbms Send Email
Feb 21, 2005
7:11 am
OK. Here's some suggestions. For simplicity, I will assume you are using GenericHandler. If not, please adjust accordingly. Map + filter documents ... To...
3661 Ronald Bourret
xmldbms Send Email
Feb 21, 2005
7:46 am
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...
Messages 3632 - 3661 of 3869   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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