[
Lists Home |
Date Index |
Thread Index
]
- To: <xml-dev@lists.xml.org>
- Subject: XML and Multiple datasources
- From: "Gary Marshall-Stevens" <garym@hamptondata.com>
- Date: Wed, 13 Mar 2002 16:35:05 -0000
- Thread-index: AcHKrQaprwoMIctMTyGzpTnxPjA2aA==
- Thread-topic: XML and Multiple datasources
I am currently converting an existing application which hits a single db
to work with multiple databases.
The model I am looking at is
datastore>>xml-dbms>>xml-instance>>XSLT>>xml-instance>>application/or
central database>>application.
My concern is speed of transaction, would it be better simply to call
stored proceedures in my central db to hand of queries to target dbs and
translate the resultset for my application to process?
Any suggestions for a more efficient method?
thanks
|