Skip to Content.
Sympa Menu

freetds - SQL Server 2000 and FOR XML

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Nik Petroff" <nikolai.petroff AT qsipayments.com>
  • To: freetds AT franklin.oit.unc.edu
  • Subject: SQL Server 2000 and FOR XML
  • Date: Thu, 12 Apr 2001 01:26:09 -0400


A select statement with a FOR XML clause is really useful because it
transforms a record set into an xml document. Unfortunately I can't read
it from a record set with one row and one column, like you could if you
had a statement like "SELECT @variable". Is there some way to this?

I like the FOR XML clause so much that I would consider getting into the
freetds source code to make it work, but I haven't got a clue where to
start. What sort of skills do you need to do that sort of thing?

Nik



  • SQL Server 2000 and FOR XML, Nik Petroff, 04/12/2001

Archive powered by MHonArc 2.6.24.

Top of Page