Search the web
Sign In
New User? Sign Up
xml-dbms
? 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.

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 2831 - 2860 of 3864   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2831
Sorry I haven't answered sooner. I have been very busy. In answer to your first two comments, you can use the first option (even though you have data from...
Ronald Bourret
xmldbms
Offline Send Email
Apr 2, 2003
12:53 am
2832
Is anyone on the list using XML-DBMS in a commercial environment? I'm looking for a bi-directional XML to database solution for Java and ideally I'd like to...
fabuley
Offline Send Email
Apr 2, 2003
4:56 am
2833
Hi All. Where can I start to know more about xml-dbms Regards Eugene [Non-text portions of this message have been removed]...
jeb501@...
Send Email
Apr 2, 2003
5:51 am
2834
Best place to start is with the v1.x documentation. (This is true even if you want to use version 2.0.) http://www.rpbourret.com/xmldbms/readme.htm Also useful...
Ronald Bourret
xmldbms
Offline Send Email
Apr 2, 2003
7:59 am
2835
Hello, Yes I am using alpha 3. Is there a newer version? I downloaded the latest files from CVS and failed to compile the files. I am not putting the HighLow...
ardavan_kanani
Offline Send Email
Apr 2, 2003
3:02 pm
2836
I just did the following: java org.xmlmiddleware.xmldbms.tools.Transfer File1=parser.props File2=db.props Method=StoreDocument MapFile=snp.map XMLFile=snp.xml ...
ardavan_kanani
Offline Send Email
Apr 2, 2003
4:55 pm
2837
This is a follow up of my previous question. Everytime I generate a map it puts the HighLow and keygenerator information in the map. I am using alhpa 3...
ardavan_kanani
Offline Send Email
Apr 2, 2003
9:56 pm
2838
When using the ResultSet method, i have such a message: Unable to retrieve the IDMEF document. de.tudarmstadt.ito.xmldbms.InvalidMapException: Element type...
rene adam
adamrene
Offline Send Email
Apr 3, 2003
4:10 pm
2839
Hi! I'm getting the following exception while trying to perform a database to XML transfer: org.w3c.dom.DOMException: HIERARCHY_REQUEST_ERR: An attempt was...
fabuley
Offline Send Email
Apr 3, 2003
5:55 pm
2840
The most likely cause of this is that the SELECT statement you specified returned more than one row. This is legal, but you must specify a wrapper element in...
Ronald Bourret
xmldbms
Offline Send Email
Apr 3, 2003
9:53 pm
2841
... The CVS files are newer than the alpha 3 files, but I have not done a formal alpha 4 release yet. I still have more changes I want to make before I do...
Ronald Bourret
xmldbms
Offline Send Email
Apr 3, 2003
10:08 pm
2842
See my comments in reply to your previous email. -- Ron...
Ronald Bourret
xmldbms
Offline Send Email
Apr 3, 2003
10:09 pm
2843
Your action file looks OK. A more likely problem is that the case of table and column names in your map file doesn't match the case of table and column names...
Ronald Bourret
xmldbms
Offline Send Email
Apr 3, 2003
10:16 pm
2844
Thanks for the fast and great response. I was finally able to compile the code from the CVS thanks to your directions. I checked my map file against the...
ardavan_kanani
Offline Send Email
Apr 4, 2003
1:41 am
2845
Hello, I think it is a good idea to leave on the group files working with xmldbms so if someone wants an example of map file, i will be able to find it. ... ...
rene adam
adamrene
Offline Send Email
Apr 4, 2003
8:08 am
2846
Hello, as ardavan-kanani as done, does someone has an complete example of (map file + sql file) in the case of transferring data from db to xml, using Result...
rene adam
adamrene
Offline Send Email
Apr 4, 2003
8:17 am
2847
My map file was truncated. Here is a portion of it: <!DOCTYPE XMLToDBMS > <XMLToDBMS Version="2.0" xmlns="http://www.xmlmiddleware.org/xmldbms/v2"> <Options> ...
ardavan_kanani
Offline Send Email
Apr 4, 2003
2:34 pm
2848
Here is more info that might help narrow down the problem. In my original xml file I have a root element called batch_submission and a child element called...
ardavan_kanani
Offline Send Email
Apr 4, 2003
7:55 pm
2849
Sorry to bug you and this group so much. The SQL parsing error is solved and there was something wrong with my action file. So the datatransfer I got rid of...
ardavan_kanani
Offline Send Email
Apr 4, 2003
8:23 pm
2850
i got stuck up with one of my projects...can anyone of you please tell me the http links where i can find sample xml & (corresponding) dtd files ???...
justmailharsh
Offline Send Email
Apr 6, 2003
10:14 am
2851
I narrowed it down more and it looks like the problem is the namespace attributes in the batch_submission element. If I use the following batch_submission...
ardavan_kanani
Offline Send Email
Apr 7, 2003
12:12 am
2852
Hi, I'm new to xmldbms and I have to say it looks like it's going to make my life a whole lot easy. However I'm having trouble using GenerateMap. I get an...
Phil East
phil7470
Offline Send Email
Apr 7, 2003
10:31 am
2853
while using v1.01 i transfer datum in an xml file as follow to database <A> <B> <C>100</C> <C>200</C> <C>300</C> </B> <D>"XML_DBMS"</D> <E> <F>400</F> ...
liligang_email
Offline Send Email
Apr 7, 2003
10:35 am
2854
Hi, I'm trying to use the XML-DBMS Perl module to interact with a mysql ... <?xml version="1.0" ?> <XMLToDBMS Version="1.0"> <Options/> <Maps> <IgnoreRoot> ...
sh_du
Offline Send Email
Apr 7, 2003
6:42 pm
2855
I assume you're using JDK 1.2 or higher? If so, then the following change should fix the problem. It is necessary due to the fact that JDK 1.1.x returns a...
Ronald Bourret
xmldbms
Offline Send Email
Apr 7, 2003
9:48 pm
2856
In version 1.x, you must retrieve the entire document, then use XSLT to filter out the parts you don't want. In version 2.0, you can write a filter file to do...
Ronald Bourret
xmldbms
Offline Send Email
Apr 7, 2003
9:56 pm
2857
I have such a xml file: <IDMEF-Message> <Alert Number="1"> ..... </Alert> <Heartbeat id="23"> ..... </Heartbeat> <Alert Number="2"> ..... </Alert> <Heartbeat...
adamrene
Offline Send Email
Apr 8, 2003
3:25 pm
2858
Hi, Could anybody tell me how to write a map file to map the following xml to just one database table? ... <?xml version="1.0"?> <order id="101"> <date...
sh_du
Offline Send Email
Apr 8, 2003
11:25 pm
2859
Hi, Has anyone implemented keygenerator (PK/FK) for an Oracle database.. Because here y r actually calling the db sequence for a specific column. Thanks, Frank...
seer421
Offline Send Email
Apr 10, 2003
3:06 pm
2860
Hmmmm. The list does not accept attachments, so your map file was deleted. Could you please post it in the body of a message or send it to me privately?...
Ronald Bourret
xmldbms
Offline Send Email
Apr 10, 2003
9:12 pm
Messages 2831 - 2860 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