Adam, That sounds very promising, please keep us all informed on when & where we might get the source. Both the JMS stuff & xslt would be very helpful for my...
1013
Kirill Shiff
Kirill.shiff@...
Apr 19, 2001 3:57 pm
Does anybody faces this problem? de.tudarmstadt.ito.xmldbms.InvalidMapException: More than one property is mapped to the table <Table Name> at ...
1014
kevincompton@...
Apr 19, 2001 4:10 pm
To be honest.. for my puposes(thus far) I have been concentrating on getting data "from" the DB and not so much putting it into it. I am using MS SqlServer 7,...
1015
Ronald Bourret
rpbourret@...
Apr 19, 2001 11:28 pm
I looked at the DTD and they essentially use nesting as a way of doing data typing. (Notice that "data type" elements have initial caps, while those that use...
1016
Ronald Bourret
rpbourret@...
Apr 20, 2001 12:15 am
I assume that the following query does not return any records: select pbt.bt from (select p."booktitle" bt from "pro_book" p where p."title"='Creativity, ...
1017
Ronald Bourret
rpbourret@...
Apr 20, 2001 12:21 am
This usually happens when two different content models have the same, multiply-occurring child. For example: <!ELEMENT Book (Author+, ...)> <!ELEMENT...
1018
Ronald Bourret
rpbourret@...
Apr 20, 2001 1:02 am
I've thought about something along these lines. For more information, see: http://groups.yahoo.com/group/xml-dbms/message/845 ...
1019
g8213506@...
Apr 20, 2001 9:23 am
Hi ~ I got the information about "Data Dictionary" from this Group message before .And I knew that many developers generating maps directly from the data...
1020
Ronald Bourret
rpbourret@...
Apr 21, 2001 1:49 am
Does "data dictionary" mean the data dictionary in the database? If so, this is not supported. That is, XML-DBMS cannot generate maps from the data dictionary...
1021
comelyngss@...
Apr 21, 2001 3:14 am
hi, In the map DTD the KeyInParentTable attribute has tow value:candidate and foreign.Can someone tell me what does these tow mean?...
1022
Ronald Bourret
rpbourret@...
Apr 21, 2001 5:29 pm
... It tells XML-DBMS whether the key in the table of the parent element is a candidate key (also known as a unique key, with a special case being a primary...
1023
factorialx@...
Apr 24, 2001 10:38 am
In my case, the table xmldbmskey and the colum highkey in out of ""; for example, I create the table like that(without ""): create tabel xmldbmskey (highkey...
1024
ivo van den maagdenberg
ivo@...
Apr 24, 2001 10:40 am
i am trying to get xml-dbms samples to work through the de.tudarmstadt.ito.xmldbms.tools package. just like SQL Server postgresql does apperently not allow...
1025
comelyngss@...
Apr 26, 2001 2:10 am
I remember a Ronald's message about candidate key,primary key and foreign key.But I cann't find it.Can someone tell me where is it?...
1026
kevincompton@...
Apr 26, 2001 2:57 pm
I am using MS SQLServer successfully with XML-DBMS. I am using JSQLConnect. What I did was changed the routine that sets maxActiveStmts...
1027
Josep Miquel Garcia R...
jmgarcia@...
Apr 26, 2001 3:37 pm
Hi, I'm using SQLServer and JDBC ODBC bridge and i found this problem too, but I modified Map class: - in checkMaxActiveStmts() I removed the verification. -...
1028
kevincompton@...
Apr 26, 2001 4:58 pm
Thanks for the information! I tried the change in a simple program and I get an error: ... ps1 = conn.prepareStatement("SELECT * FROM PO", ...
1029
Josep Miquel Garcia R...
jmgarcia@...
Apr 26, 2001 5:07 pm
I don't know. Before i can study your error I send you my test, maybe it could help you. ======================================== package testodbc; import...
1030
kevinkrumm@...
Apr 26, 2001 5:49 pm
Due to the overwhelming demand for our Metadata Seminars from the Northeast region we may be scheduling another seminar series in the Central NJ area. If you...
1031
Ronald Bourret
rpbourret@...
Apr 26, 2001 5:55 pm
The problem is that prepareStatement(String sql, int resultSetType, int resultSetConcurrency) is a JDBC 2.0 call, so you'll need a JDBC 2.0 driver. Josep --...
1032
Ronald Bourret
rpbourret@...
Apr 26, 2001 6:20 pm
The problem is that "active" is never defined in the JDBC spec. The ODBC 3.0 spec -- which is invariably more clear on things like this -- states that, "A...
1033
kevincompton@...
Apr 26, 2001 9:05 pm
Ron, I am only using a trial version so I don't have any specific information (like a registration #)... Here is there technical support email:...
1034
kevincompton@...
Apr 26, 2001 9:08 pm
Just for clarity... JSQLConnect returns 1 as the max. It also does not use ODBC .. it talks natively to SQLServer... Not sure if that has anything to do with...
1035
Josep Miquel Garcia R...
jmgarcia@...
Apr 27, 2001 8:49 am
I'm using JBuilder 4 with JDK1.3 ... From: Ronald Bourret [mailto:rpbourret@...] Sent: jueves, 26 de abril de 2001 19:57 To: xml-dbms@yahoogroups.com...
1036
adam flinton
aflinton@...
Apr 27, 2001 11:24 am
I've finished doing the various changes to "enterprise enable" the XD code. A Couple of hell weeks have left me somewhat drained. All I need to do now is to...
1037
Ronald Bourret
rpbourret@...
Apr 27, 2001 5:02 pm
... I sent an email to the developers of JSQLConnect and they confirmed that it incorrectly returns 1 from DatabaseMetaData.getMaxStatements(). They will fix...
1038
Ronald Bourret
rpbourret@...
Apr 27, 2001 5:17 pm
I have posted a new version 2.0 mapping language DTD on: http://www.rpbourret.com/xmldbms/specs/index.htm This handles inheritance and complex types and cleans...
1039
adam flinton
aflinton@...
Apr 27, 2001 5:28 pm
... I don't know....one week London next New York & then Hong Kong.........you after frequent flyer points or something <G>. Adam...
1040
Ronald Bourret
rpbourret@...
Apr 28, 2001 1:43 am
We're fixing this in 2.0. Currently, the 2.0 work is blocked by my work on the internal map objects, which needed to be redesigned to fix a number of bugs,...
1041
Ronald Bourret
rpbourret@...
Apr 28, 2001 1:48 am
Could you be more specific about what you're looking for? In other words, what do you want to know? -- Ron...