TADOStoredProc and XML
From: bill (burbanovsky_at_customins.com)
Date: 03/29/05
- Next message: Viatcheslav V. Vassiliev: "Re: Text import works in Access but not in code - parameters issue?"
- Previous message: Radu Stanciu: "Text import works in Access but not in code - parameters issue?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 29 Mar 2005 11:58:29 -0600
Delphi 2005 SQL Server 8
Using the TADOStoredProc component I can pass an xml document as a input
string to a stored procedure. Using OPENXML I can access the values. This
works fine.
However, I am unable to return an xml string using the "For XML" syntax in a
stored procedure. Does anybody have an example of returning xml from a sql
server stored procedure to a delphi app?
Thank you.
Bill
- Next message: Viatcheslav V. Vassiliev: "Re: Text import works in Access but not in code - parameters issue?"
- Previous message: Radu Stanciu: "Text import works in Access but not in code - parameters issue?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|