Re: Using XML and a relational database
From: xz (xz_at_discussions.microsoft.com)
Date: 10/29/04
- Next message: Bertan ARI [MSFT]: "Re: SQLXMLBulkLoad Exception Details"
- Previous message: Ron M: "SQLXMLBulkLoad Exception Details"
- In reply to: Gregory Burd: "Re: Using XML and a relational database"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 29 Oct 2004 15:00:01 -0700
There are couple of nice features of bring XML data in/out from relational
database supported from SQL 2k, and got enhanced using XML data type in Yukon
(SQL 2005). Please look at the following link for more information:
http://msdn.microsoft.com/XML/BuildingXML/XMLandDatabase/default.aspx
There are couple of points to help you seemlessly getting XML In/out of SQL
2000:
1. To get data out using FORXML.
2. To get XML data into Relational Tables using OPENXML.
If you are using Yukon (SQL 2005), you can directly store your XML files and
also the XSLT files into the database with the new native XML data type
support. XPath and XQuery can be also applied to the query to help you
retrieve the proper data.
If you plan to directly build a user interface using XML and XSLT, you can
consider the HTTP ENDPOINT at
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsql90/html/sql2005websvc.asp
Well there are lot more to learn in this area.
You can try to read: "SQL Server 2000 with XML" with ISBN 0-7356-1369-9 for
more information.
Hope those pointers will help.
"Gregory Burd" wrote:
> On 2003-08-30 07:19:56 -0400, "comcast" <j.tolson@comcast.net> said:
>
> > Hello all,
> > I am developing an interface system for an application I was written. This
> > interface will connect to other system to share information. I would like
> > to use
> > xml and xsl to generically describe each interface. The trouble I am having
> > is that it seem that if you export in xml by table then it is impossible to
> > combine the xml tables files back together in a hierarchical fashion. I can
> > do it programmatically but I would like to do it with xsl so that knowledge
> > of the database is not in the code but in the xsl. I can write generic code
> > for dumping tables and sql statements. But formatting should be generic.
> > Can this be done is xsl?
>
>
> Why are you using a relational database for XML? We have a native XML
> database that could solve your problems.
>
> -greg
>
> _____________________________________________________________________
>
> Gregory Burd
> Product Manager gburd@sleepycat.com
> Sleepycat Software, Inc. http://www.sleepycat.com/
>
>
- Next message: Bertan ARI [MSFT]: "Re: SQLXMLBulkLoad Exception Details"
- Previous message: Ron M: "SQLXMLBulkLoad Exception Details"
- In reply to: Gregory Burd: "Re: Using XML and a relational database"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|