Yes, you can write remote ColdFusion Components and publish them as web
services which .NET can consume.  One caveat to note... .NET can't innately
convert a ColdFusion query to a native object.  You have to convert your
CFQUERY recordset - usually to an XML string - in your CFC method before
returning it to .NET.

> -----Original Message-----
> From: Protoculture [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, August 09, 2005 11:57 AM
> To: CF-Talk
> Subject: sharing query objects between coldfusion to .net
> 
> is there any way this can be done? putting the query object 
> into a server or session varible perhaps?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:214192
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to