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...
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...
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...
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...
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,...
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...
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...
Hi! I tried this recursion solution as described in message http://groups.yahoo.com/group/xml-dbms/message/3393 : <!-- This RelatedClass says A can contain...
In the map and action-files I have to specify a DTD. Could you place the 2.0 alpha 3-DTDs at http://www.rpbourret.com/xmldbms/xmldbms20alpha3.dtd and ...
Sorry about the long delay in answering. a) A standard report consists of boiler-plate text and data inserted into that text. There are many products you can...
Hello, i thought i wouldt be a bit more familiar with XML-DBMS. But i still need help: I try to store xml to dbms. The key (REPLID) is automaticly generated ...
If you have built distributed Java-based systems, you have probably used JMS or perhaps some other Message-Orientated Middleware (e.g. MQ). Whatever middleware...
Hi! I've got a problem with inserting nested XML elements into database (using xmldbms V2alpha3 transfer api). Actually, this is what my XML looks like : <A...
... Good point -- I didn't know that. Can you also set triggers on views? It seems that that might be a way to solve some of these other things people might...
I just like to store XML To DBMS via High Level API: ______________________________________________________ p.load(new FileInputStream("parser.props")); ...
Hello, How do I indicate in the mapping file that I want to map a given ClassMap to multiple tables? i.e. In a single invocation of storeDocument I want to...
hi All, This is Bhuvaneswari new member of XML-DBMS group. I am new to XML-DBMS itself, and found it is very useful to work with. Now I am in need of your help...
Maybe you can create two views to the same table and insert via this views. With this trick you can map two ClassMap to the same table at the database, because...
"If I am right, your element names have to be unique, so you have to use XSLT before calling XML-DBMS." --> I've tried this, but it seems like I can't redefine...
If I am right, your element names have to be unique, so you have to use XSLT before calling XML-DBMS. <A id="1"> <B id="11">...</B> <B id="12>...</B> ...
Is it possible (if yes- how) to store "Defaultvalues" or "fixed- Values, to a Row in a Database while i'm storing my documents to Database? -> Maybe via entrys...
Hi, first of all, i have to say "thank you" for your fast help! Now i'm using "xmldbms20alpha3" with xerces. I try to get the following procedure running: ...
hi, This is Bhuvaneswari from India. I have started working on XML-DBMS from the last week and I found it is very useful for retrieving things from the...
I'm using v2(dev) and have uncovered the following behavior. I added the <EmptyStringIsNull/> element to my <Options> element, and was immediately greeted with...
I am trying to retrieve data from tables that were populated using xmldbms. The Unparseable number exception is being thrown on a key column having a datatype...