|
[XQuery Talk Mailing List Archive Home] [By Date] [By Thread] [By Subject] [By Author] [Recent Entries] [Reply To This Message] Extracting XML data from a Table in PosgreSQLTony Lavinio alavinio at gmail.comThu Dec 27 00:33:50 PST 2007
On Dec 26, 2007 7:54 PM, Wei, Alice Ju-Hsuan <http://x-query.com/mailman/listinfo/talk> wrote: > I am a newbie to XQuery, and I currently use a PostgreSQL database to store some of the data in my XML files to run the search using XQuery. > > It appears that I have to use some sort of collection() to be able to connect my files to this particular database, and from my past experience with SQL, different databases on various systems have different ways of connecting to it. > > My XQuery file would be stored on a system different from the database, so is it necessary that I should put a different connection string inside collection() for the file to call up the database? Otherwise, how is it to know which is the one I want? Which XQuery product are you going to use? collection() is implemented differently for each engine, so knowing your environment will go a long way toward getting you an answer. Otherwise, we're just guessing. The answers will also depend on what the data is stored as. For example, is the data shredded into separate columns in separate tables, or is it in chunks of XML inside text fields? For both Saxon sql extensions and DataDirect XQuery, you would use JDBC to select the database, but that's only a small part of getting it all to work. Can you provide some architectural details? -- Tony Lavinio DataDirect Technologies http://x-query.com/mailman/listinfo/talk High-performance XML Processor: DataDirect XQuery http://www.xquery.com/ EDI/Flat File<->XML Converters (Java|.Net) http://www.xmlconverters.com/
|
Purchase Stylus Studio Online Today!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






