Getting XML data

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Ryan

Getting XML data

Post by Ryan » Thu 09 Dec 2004 18:23

We have a proc that returns some xml using FOR XML EXPLICIT. When i get this value out of the DB is is in an unreadable format (Binary, Unicode or something else). How can I extract the XML text?

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Re: Getting XML data

Post by Ikar » Fri 10 Dec 2004 09:40

SDAC represents XML in the same form as obtained from the server. We cannot suggest any method of analysing of received result.

Post Reply