> -----Original Message-----
> From: Bryan Stevenson [mailto:[EMAIL PROTECTED]
> Sent: Friday, November 04, 2005 1:15 PM
> To: CF-Talk
> Subject: Re: CF webservice consumed via .NET
> 
> Thanks Matt....just makin sure we were talkin the same language...we are
> ;-)
> 
> ....and yep...if there's a fatser way to serialize (convert to
> XML)...BRING
> IT!! ;-)

Which database are you using?

Might it not be fastest to construct the XML as part of the query itself?

You can format your results using string parsing in most DBs, but some
modern ones may be able to do the XML conversion themselves (SQL Server 2005
touts this for example).

In other words why fetch, convert and send?  Just fetch and send.

Jim Davis




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223243
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to