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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 2422 - 2451 of 3869   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2422 Tim
xxx_oneill Send Email
Aug 1, 2002
9:53 am
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,...
2423 Ronald Bourret
xmldbms Send Email
Aug 1, 2002
10:25 am
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...
2424 xxx_oneill Send Email Aug 1, 2002
11:09 am
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...
2425 Ronald Bourret
xmldbms Send Email
Aug 1, 2002
11:20 am
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) ......
2426 mee28shin Send Email Aug 7, 2002
3:22 am
I am interesting xml and databases. Since relational database is world widly used I would like to know that difference between XML and Relationa...
2427 Ronald Bourret
xmldbms Send Email
Aug 7, 2002
6:38 am
The main difference is the data model: relational databases use the relational data model (tables and columns), object-oriented databases use the OO model...
2428 iisagar Send Email Aug 13, 2002
5:45 am
hey how to solve following exception D:\MyRND&#92;xml\xmldbms20alpha3&#92;samples>java org.xmlmiddleware.xmldbms.tools.Transfer File1=parser.props File2=db.props...
2429 Peter Nuetzel . inglobo
peter.nuetzel@... Send Email
Aug 13, 2002
2:19 pm
Hi, Your URI contains backslashes '\&#39; instead of slashes '/' ! Why do you use http to specify the location of the dtd? In most cases its simpler (and faster)...
2430 Sagar
iisagar Send Email
Aug 14, 2002
4:29 am
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...
2431 iisagar Send Email Aug 14, 2002
5:38 am
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...
2432 Ronald Bourret
xmldbms Send Email
Aug 14, 2002
6:15 am
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...
2433 Ronald Bourret
xmldbms Send Email
Aug 14, 2002
6:17 am
I will be out of the office from 8/14 to 8/25. -- Ron...
2434 Ronald Bourret
xmldbms Send Email
Aug 14, 2002
6:19 am
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...
2435 iisagar Send Email Aug 14, 2002
7:59 am
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...
2436 maneesh gupta
mgupta_lko Send Email
Aug 14, 2002
8:36 am
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...
2437 Kailash Lala
klala@... Send Email
Aug 14, 2002
9:21 am
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:...
2438 maneesh gupta
mgupta_lko Send Email
Aug 14, 2002
9:56 am
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:...
2439 iisagar Send Email Aug 14, 2002
10:10 am
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. ...
2440 xxx_oneill Send Email Aug 14, 2002
11:33 am
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...
2441 th_siddharth Send Email Aug 14, 2002
1:23 pm
Hi I am getting this error while executing a select statement: String agcode="Select * from Agency_Code where AgencyCode=&#39;"+Location+"'"; ResultSet acode =...
2442 Sagar
iisagar Send Email
Aug 16, 2002
11:13 am
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...
2443 rpbourret@...
xmldbms Send Email
Aug 25, 2002
6:35 am
You declare the name of the primary key when you declare the primary key itself. For example: <PrimaryKey Name="ThisIsMyPrimaryKeyName&quot;> <UseColumn...
2444 Dongling Ding
dling61 Send Email
Aug 27, 2002
1:40 am
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,...
2445 Dongling Ding
dling61 Send Email
Aug 27, 2002
1:46 am
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...
2446 Ronald Bourret
xmldbms Send Email
Aug 27, 2002
8:49 am
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,"...
2447 Ronald Bourret
xmldbms Send Email
Aug 27, 2002
8:56 am
This is a known bug. It usually occurs only when you are using JDK 1.3. To solve it, use JDK 1.1.x or 1.2, OR do the code fixes in: ...
2448 Ronald Bourret
xmldbms Send Email
Aug 27, 2002
10:09 am
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...
2449 Ronald Bourret
xmldbms Send Email
Aug 27, 2002
10:13 am
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...
2450 Paul J. Kissman
pkissman Send Email
Aug 27, 2002
2:32 pm
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 ...
2451 Dongling Ding
dling61 Send Email
Aug 27, 2002
5:30 pm
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...
Messages 2422 - 2451 of 3869   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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