| View previous topic :: View next topic |
| Author |
Message |
Steve Gibbs Guest
|
Posted: Thu Sep 02, 2004 5:15 am Post subject: XML Output from SQL Server through ADO |
|
|
Hi,
Does anyone know how to get the XML document from a
SELECT * FROM tblTable FOR XML RAW
query on SQL Server using TADOQuery?
Thanks
Steve
|
|
| Back to top |
|
 |
Steve Gibbs Guest
|
Posted: Thu Sep 02, 2004 6:56 am Post subject: Re: XML Output from SQL Server through ADO |
|
|
Don't worry. I found the answer as soon as I post this message.
Always the way!
"Steve Gibbs" <stevegibbs (AT) ozemail (DOT) com.au> wrote
| Quote: | Hi,
Does anyone know how to get the XML document from a
SELECT * FROM tblTable FOR XML RAW
query on SQL Server using TADOQuery?
Thanks
Steve
|
|
|
| Back to top |
|
 |
Michal Borsuk Guest
|
Posted: Thu Sep 02, 2004 9:43 am Post subject: Re: XML Output from SQL Server through ADO |
|
|
Steve Gibbs wrote:
| Quote: | Don't worry. I found the answer as soon as I post this message.
|
So where is it?
--
Michal Borsuk
Advanced Call Manager - a call register and manager.
Please help in testing - http://www.sitefinder.pl/acm/
|
|
| Back to top |
|
 |
Steve Gibbs Guest
|
Posted: Fri Sep 03, 2004 8:51 am Post subject: Re: XML Output from SQL Server through ADO |
|
|
Try http://www.thedelphimagazine.com/samples/1507/1507.htm
It answered all of my questions.
"Michal Borsuk" <MichalBorsuk (AT) sitefinder (DOT) ___RE'MO-VE__.pl.invalid> wrote in
message news:ch6pul$jhi$1 (AT) sunflower (DOT) man.poznan.pl...
| Quote: | Steve Gibbs wrote:
Don't worry. I found the answer as soon as I post this message.
So where is it?
--
Michal Borsuk
Advanced Call Manager - a call register and manager.
Please help in testing - http://www.sitefinder.pl/acm/
|
|
|
| Back to top |
|
 |
|