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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

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...
2 May 19, 2004
9:11 pm

rpbourret@...
xmldbms
Send Email

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...
2 May 16, 2004
5:16 am

xmldbms
Send Email

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...
2 May 16, 2004
5:05 am

xmldbms
Send Email

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...
2 May 16, 2004
4:48 am

xmldbms
Send Email

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,...
5 May 12, 2004
1:12 pm

uwez2004
Send Email

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...
4 May 7, 2004
7:18 pm

Ronald Bourret
xmldbms
Send Email

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...
6 May 6, 2004
2:27 pm

Anuradha Gali
anu_gali
Send Email

Is XML-DBMS v2 able to handle (very) large XML files? I'm getting Exception in thread "main" java.lang.OutOfMemoryError Greetings Holger...
2 May 4, 2004
4:05 pm

rpbourret@...
xmldbms
Send Email

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...
2 May 4, 2004
6:59 am

Ronald Bourret
xmldbms
Send Email

Hello! i try to read a blob column into xml. I add'ed the following Line into the Options- section in the map File: <FormatClass ...
3 May 4, 2004
6:58 am

Ronald Bourret
xmldbms
Send Email

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 ...
2 May 3, 2004
10:51 pm

Ronald Bourret
xmldbms
Send Email

Hi Ron! I have the same problem Abdel has described in his mail to the mailing list (Maximum Cursors Exceeded error in Oracle). ...
3 Apr 24, 2004
7:17 pm

Ronald Bourret
xmldbms
Send Email

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...
1 Apr 24, 2004
7:12 pm

Ronald Bourret
xmldbms
Send Email

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 ...
1 Apr 23, 2004
11:35 am

uwez2004
Send Email

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...
1 Apr 19, 2004
4:37 pm

Gervas Douglas
gervasdouglas
Send Email

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...
4 Apr 16, 2004
5:04 pm

Ronald Bourret
xmldbms
Send Email

... 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...
3 Apr 16, 2004
8:54 am

Peter Burri ACE
p.burri@...
Send Email

Using Views it is also Possible to set default values, which was a question in a previous mail....
1 Apr 14, 2004
7:10 am

holger.schimanski@...
Send Email

I just like to store XML To DBMS via High Level API: ______________________________________________________ p.load(new FileInputStream("parser.props")); ...
2 Apr 14, 2004
12:11 am

Ronald Bourret
xmldbms
Send Email

Pour construction d'un XML schema (DTD) d'un schema relationelle (ou vice versa): (dans francais) ...
1 Apr 13, 2004
11:36 pm

Ronald Bourret
xmldbms
Send Email

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...
5 Apr 13, 2004
7:08 pm

hatim bencharqui
hatim79200
Send Email

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...
4 Apr 13, 2004
4:51 pm

Ronald Bourret
xmldbms
Send Email

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...
2 Apr 13, 2004
4:32 pm

Ronald Bourret
xmldbms
Send Email

"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...
2 Apr 13, 2004
4:29 pm

Ronald Bourret
xmldbms
Send Email

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> ...
2 Apr 13, 2004
4:20 pm

Ronald Bourret
xmldbms
Send Email

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...
2 Apr 8, 2004
4:11 am

rpbourret@...
xmldbms
Send Email

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: ...
5 Apr 7, 2004
5:39 am

Ronald Bourret
xmldbms
Send Email

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...
1 Apr 6, 2004
9:33 am

bhuvaneswari thirumoo...
bhuvana_t_76
Send Email

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...
1 Apr 5, 2004
10:00 pm

kkokal1
Send Email

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...
2 Mar 31, 2004
8:08 am

Ronald Bourret
xmldbms
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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