[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Retrieve XML data from SQL 2000

  • From: Joshua Allen <joshuaa@m...>
  • To: peter@s..., "Marcos A. Sanchez Rodriguez" <marcos@d...>
  • Date: Fri, 13 Jul 2001 15:30:47 -0700

sql 2000 xml
FWIW, when you retrieve data from a SQL2000 database using FOR XML, for
example:

SELECT * FROM AUTHORS FOR XML AUTO

it will escape any such special characters automatically for you.  The
same should be true of the alternate route of getting a Recordset and
using:

rs.save stmOutput, adPersistXML

If you write your own routines to query the tables and generate XML, you
will of course have to write a filter to escape special characters.

Regards,
Joshua

> -----Original Message-----
> From: Peter Flynn [mailto:peter@s...]
> Sent: Friday, July 13, 2001 3:16 PM
> To: Marcos A. Sanchez Rodriguez
> Cc: xml-dev@l...
> Subject: Re: Retrieve XML data from SQL 2000
> 
> On Fri, 13 Jul 2001, Marcos A. Sanchez Rodriguez wrote:
> > I need to retrieve XML data from a Microsoft SQL 2000 database with
ADO
> 2.6.
> > The tables can contains non XML valid character like "&" or "<".
> 
> If it is "XML data" as you say then it cannot contain "non XML
> valid characters", so we must assume it is *not* XML data, right?
> 
> > How can I do this?
> 
> Write your extraction routines to include a filter which turns
> & into &amp; and < into &lt; (in that order).
> 
> ///Peter
> 
> ------------------------------------------------------------------
> The xml-dev list is sponsored by XML.org, an initiative of OASIS
> <http://www.oasis-open.org>
> 
> The list archives are at http://lists.xml.org/archives/xml-dev/
> 
> To unsubscribe from this elist send a message with the single word
> "unsubscribe" in the body to: xml-dev-request@l...

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.