Hi Ron, I looked in the code for getting the meta data for the connection and it returns 1 as the max statements per conncetion for the Informix JDBC Driver,...
This looks like a driver bug. These are fairly common in implementations of the DatabaseMetaData class, presumably since the docs are vague. You might want to...
Hi Ron, Thanks again, I think I will go this route as I need this finished in a week or two and don't really want to lose the functionality that xml-dbms...
One last comment is that you can test this by creating a series of nested tables: t1 (t1_pk, t1_data) t2 (t2_pk, t1_fk, t2_data) t3 (t3_pk, t2_fk, t3_data) ......
The main difference is the data model: relational databases use the relational data model (tables and columns), object-oriented databases use the OO model...
hey how to solve following exception D:\MyRND\xml\xmldbms20alpha3\samples>java org.xmlmiddleware.xmldbms.tools.Transfer File1=parser.props File2=db.props...
Hi, Your URI contains backslashes '\' instead of slashes '/' ! Why do you use http to specify the location of the dtd? In most cases its simpler (and faster)...
Peter Nuetzel . inglobo
peter.nuetzel@...
Aug 13, 2002 2:19 pm
2430
hi, It was very silly mistake but thankz for it. actually i am trying to make it as web service kind of thing, where anyone can pass me map and other related...
Hi, I am trying to use your XML-DBMS tool in one of my project, but facing problem at the first stage only while creating the DTD and/or MAP file to use to...
Use the alpha 3 release of version 2. This contains a tool (MapManager) which can generate a DTD and a map from a database schema. You can download this...
This question is mostly for Adam, but other input is welcome. I have cleaned up the Transfer API and have a bunch of methods that look like: public FilterSet...
hi according to ronald help i was tring to create map from schema. so i made a .props file as follows ... #Properties for MapManager Input=Database Output1=Map...
my understanding no reverse engineering tool is available I tried it lot for the same problem. bye maneesh gupta Maneesh Gupta Adeptia India pvt Ltd.. sector...
It depends on your database if its Oracle 8 or SQL 2000 you can use XQL queries wherein the query returns you the DTD of metadata or xml records. ... From:...
Kailash Lala
klala@...
Aug 14, 2002 9:21 am
2438
thanks kailash. bye Maneesh Gupta Adeptia India pvt Ltd.. sector 19 A-757 Noida UP phno: 91-4548295 ... From: Kailash Lala To: 'xml-dbms@yahoogroups.com' Sent:...
Thankz kailash, but how to run XQL on Oracle 8, can u please tell this also -Sagar ... XQL ... it lot for ... and/or ... really ... file ... dbms ... Service. ...
Hi Ron, I have got my app working its creating XML from the informix DB and everything seems good except the speed of Map creation this stage is the slowest...
Hi I am getting this error while executing a select statement: String agcode="Select * from Agency_Code where AgencyCode='"+Location+"'"; ResultSet acode =...
Hi, I have one problem with MAP file. Its is regarding mpaing of primary key as forigen key in other table. In the Forigen Key tag if written something as...
Hi, I am new to this group. After spending several hours on XML-DBMS, I am kind of wondering why XML-DBMS is using so many properties files (Map, filter,...
Hi All, I want to write my own application to perform all the following tasks: set up database connection; store XML into Database; get XML data from the...
Map creation is definitely slow, but I am surprised that it takes 40 seconds. How big is your map? And when you say, "Data in the US I am in Northern Ireland,"...
Good question. I'll try to answer. And please point out if I've made any mistakes about JAXB -- it's been a long time since I've looked at it. 1) The property...
Take a look at the Transfer class. This does everything you need. Note that you'll have to dig a bit, as a lot of the code in Transfer looks at various...
I am working on a database that shows public library construction grant awards in my state. I seem to be unable to get my map file to provide the right root ...
I will look at DOMToDBMS and DBMSToDOM. But the reason for me to look at XML-DBMS is that it can support more types of actions comparing to others. I still...