This problem was know for a long time and I did not address it for a time shortage untill it bit me myself. The latest release fixes this problem. You can try...
nsemenov@...
Jun 1, 2001 8:16 pm
1109
This is now available from my FTP site: ftp://ftp.rpbourret.com/perl-xml-dbms-1.01c.tgz For reasons I don't understand, it doesn't seem to download correctly ...
Ronald Bourret
rpbourret@...
Jun 1, 2001 11:20 pm
1110
Sorry about taking so long to answer. Did you ever solve this? I tried it here (with Access) and didn't have any problems. Because the error occurs in...
Ronald Bourret
rpbourret@...
Jun 1, 2001 11:56 pm
1111
Hi ! I am starting with XML, Could you explain me, which is the main difference between XSL and XSLT and also with XML and XHTML ? Thanks a lot Gustavo Mejia ...
Gustavo Mejia
mejiagustavo@...
Jun 2, 2001 12:09 am
1112
Congratulations! ... limited ... pretty ... have ... received....
kevincompton@...
Jun 3, 2001 8:25 pm
1113
Gustavo- I'm new to this list as well, but it seems to me that this is a bit off-topic. It might be good to find some tutorials out there to get you started...
naustin@...
Jun 4, 2001 7:10 pm
1114
Greetings. Has anyone done any work on using XML Schemas as the default source for generating maps so that datatypes could be used in the DB creation? I saw...
naustin@...
Jun 4, 2001 7:45 pm
1115
How do I get access to the 2.0 source code as it changes ? I am fairly familiar with the 1.01 source base and want to start to explore the 2.0 code base. How...
glendive69@...
Jun 4, 2001 10:37 pm
1116
Dear All, I have been looking at doing a GUI front end for XML-DBMS & some things have struck me. The first is that if people are happy with Java / Objects /...
adam flinton
aflinton@...
Jun 5, 2001 9:27 am
1117
I'm looking for a method of generating a list of possible tags which could occur within a document valid against a DTD I have in hand. This must include...
Tim Scott
Tim.Scott@...
Jun 5, 2001 2:47 pm
1118
Dear All, I have been looking at doing a GUI front end for XML-DBMS & some things have struck me. The first is that if people are happy with Java / Objects /...
adam flinton
aflinton@...
Jun 5, 2001 2:51 pm
1119
Alright, I dug through the archives and found out that I don't like yahoo's search function <g>. It turns out that this stuff has been talked about at some...
naustin@...
Jun 5, 2001 4:50 pm
1120
Hi, I am testing IConnector (by Infoteria) this is a good XML tool, but I am trying to insert a record via IConnector but I can't, could you help me ? Thanks a...
Gustavo Mejia
mejiagustavo@...
Jun 5, 2001 5:34 pm
1121
Hello, While trying to hook up an InterBase database with v1.1, I ran into the following problem: In Map.addColumnMetadata(DatabaseMetaData,Table), I was...
naustin@...
Jun 5, 2001 6:24 pm
1122
... I don't think it's the JDBC-ODBC bridge. I ran a quick program testing the bridge against MS Access and it inserts "a" and "a " differently. I...
Ronald Bourret
rpbourret@...
Jun 5, 2001 9:18 pm
1123
Hi, all, I've successfully created a map and db tables from my DTD via the GenerateMap example but am now getting curious problems when trying to populate the...
G. Hussain Chinoy
hussain@...
Jun 5, 2001 9:34 pm
1124
Can you be more specific? In particular: 1) What is happening? Do you get an error? Does the & not get inserted? etc. Also, I'm not sure why # would cause an...
Ronald Bourret
rpbourret@...
Jun 5, 2001 9:45 pm
1125
1) You can retrieve the nested data without including Person.BankID in the Person element. To do this, simply eliminate the PropertyMap for BankID in the...
Ronald Bourret
rpbourret@...
Jun 5, 2001 10:36 pm
1126
If I understand you correctly, you want to: 1) Create an "empty" DOM document from a DTD, 2) Insert user input into this DOM document, and 3) Insert this DOM...
Ronald Bourret
rpbourret@...
Jun 5, 2001 10:47 pm
1127
http://intra.sparkhost.com/~michael/map.html I believe we should move a doc like this to the main xml-dbms page. It basically encapsulates most of the 2.0 api...
glendive69@...
Jun 5, 2001 11:13 pm
1128
... Two people (mail@... and clsbsh@...) have said they are working on it, but I'm not sure how far they have gotten. Tobias? Himanshu? If...
Ronald Bourret
rpbourret@...
Jun 5, 2001 11:59 pm
1129
... Returns rather a lot, doesn't it :) ... Take a look at: http://groups.yahoo.com/group/xml-dbms/message/1084 Top on my list would be: o Update...
Ronald Bourret
rpbourret@...
Jun 6, 2001 12:25 am
1130
Currently, you can get the code from the .zip file on the XML-DBMS Web site. I last updated that file two days ago (Sunday, June 3). I'm in the process of...
Ronald Bourret
rpbourret@...
Jun 6, 2001 12:28 am
1131
XML-DBMS 1.01 does not support updates. They are being added in 2.0. -- Ron...
Ronald Bourret
rpbourret@...
Jun 6, 2001 12:28 am
1132
Take a look at the DTD parser and DTD classes shipped as part of XML-DBMS. You can download these separately (without the rest of XML-DBMS) from: ...
Ronald Bourret
rpbourret@...
Jun 6, 2001 12:29 am
1133
Michael I Angerman
glendive69@...
Jun 6, 2001 5:19 pm
1134
This is rather strange, to say the least. While I can't guarantee that people have succeeded in using XML-DBMS with SQL Server in your exact set-up, certainly...
Ronald Bourret
rpbourret@...
Jun 6, 2001 9:02 pm
1135
can i find somewhere a simple example of how to use XML DBMS to to read a database file and create a xml file and vice versa to populate a database file from a...
Bhattacharya, Anindya
anindya.bhattacharya@...
Jun 6, 2001 9:21 pm
1136
For those of you having trouble connecting to MS-SQL server I would recommend using the following JDBC driver. I have tested it some and it seems to be the...
glendive69@...
Jun 6, 2001 10:34 pm
1137
I was aware of this, but hadn't made a decision yet. My worry was that, since MapFactory_MapDocument didn't need any 2.0 capabilities, we would needlessly cut...