http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-a16.htm
<cfcomponent>
<cffunction name="getEmp">
<cfquery name="empQuery" datasource="ExampleApps">
SELECT FIRSTNAME, LASTNAME, EMAIL
FROM tblEmployees
</cfquery>
<cfreturn empQuery>
</cffunction>
</cfcomponent>
Ei kommentteja:
Lähetä kommentti