<cffunction name="getcarts" access="remote" output="true" returntype="any">
                <cfquery datasource="#adsn#" name="DBpull">
                        SELECT *stuff*
                        FROM *somewhere*
                        LEFT JOIN *something*  on *something*
                       LEFT JOIN *something*  on *something*
                       LEFT JOIN *something*  on *something*
                </cfquery>
                <cfscript>
                        bReturn =  querytoxml(DBpull);
                </cfscript>

                <cfreturn breturn/>
        </cffunction>


theres the function ....



-------------------------------------------------------------
To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------



Reply via email to