Search the web
Sign In
New User? Sign Up
xml-dbms
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 2422 - 2451 of 3864   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2422
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,...
Tim
xxx_oneill
Offline Send Email
Aug 1, 2002
9:53 am
2423
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...
Ronald Bourret
xmldbms
Offline Send Email
Aug 1, 2002
10:25 am
2424
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...
xxx_oneill
Offline Send Email
Aug 1, 2002
11:09 am
2425
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) ......
Ronald Bourret
xmldbms
Offline Send Email
Aug 1, 2002
11:20 am
2426
I am interesting xml and databases. Since relational database is world widly used I would like to know that difference between XML and Relationa...
mee28shin
Offline Send Email
Aug 7, 2002
3:22 am
2427
The main difference is the data model: relational databases use the relational data model (tables and columns), object-oriented databases use the OO model...
Ronald Bourret
xmldbms
Offline Send Email
Aug 7, 2002
6:38 am
2428
hey how to solve following exception D:\MyRND\xml\xmldbms20alpha3\samples>java org.xmlmiddleware.xmldbms.tools.Transfer File1=parser.props File2=db.props...
iisagar
Offline Send Email
Aug 13, 2002
5:45 am
2429
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@...
Send Email
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...
Sagar
iisagar
Offline Send Email
Aug 14, 2002
4:29 am
2431
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...
iisagar
Offline Send Email
Aug 14, 2002
5:38 am
2432
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...
Ronald Bourret
xmldbms
Offline Send Email
Aug 14, 2002
6:15 am
2433
I will be out of the office from 8/14 to 8/25. -- Ron...
Ronald Bourret
xmldbms
Offline Send Email
Aug 14, 2002
6:17 am
2434
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...
Ronald Bourret
xmldbms
Offline Send Email
Aug 14, 2002
6:19 am
2435
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...
iisagar
Offline Send Email
Aug 14, 2002
7:59 am
2436
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...
maneesh gupta
mgupta_lko
Offline Send Email
Aug 14, 2002
8:36 am
2437
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@...
Send Email
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:...
maneesh gupta
mgupta_lko
Offline Send Email
Aug 14, 2002
9:56 am
2439
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. ...
iisagar
Offline Send Email
Aug 14, 2002
10:10 am
2440
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...
xxx_oneill
Offline Send Email
Aug 14, 2002
11:33 am
2441
Hi I am getting this error while executing a select statement: String agcode="Select * from Agency_Code where AgencyCode='"+Location+"'"; ResultSet acode =...
th_siddharth
Offline Send Email
Aug 14, 2002
1:23 pm
2442
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...
Sagar
iisagar
Offline Send Email
Aug 16, 2002
11:13 am
2443
You declare the name of the primary key when you declare the primary key itself. For example: <PrimaryKey Name="ThisIsMyPrimaryKeyName"> <UseColumn...
rpbourret@...
xmldbms
Offline Send Email
Aug 25, 2002
6:35 am
2444
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,...
Dongling Ding
dling61
Online Now Send Email
Aug 27, 2002
1:40 am
2445
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...
Dongling Ding
dling61
Online Now Send Email
Aug 27, 2002
1:46 am
2446
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,"...
Ronald Bourret
xmldbms
Offline Send Email
Aug 27, 2002
8:49 am
2447
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: ...
Ronald Bourret
xmldbms
Offline Send Email
Aug 27, 2002
8:56 am
2448
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...
Ronald Bourret
xmldbms
Offline Send Email
Aug 27, 2002
10:09 am
2449
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...
Ronald Bourret
xmldbms
Offline Send Email
Aug 27, 2002
10:13 am
2450
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 ...
Paul J. Kissman
pkissman
Offline Send Email
Aug 27, 2002
2:32 pm
2451
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...
Dongling Ding
dling61
Online Now Send Email
Aug 27, 2002
5:30 pm
Messages 2422 - 2451 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