User Guide
Manuals
Brands
Macromedia Manuals
Other
COLFUSION MX 7-CFML REFERENCE
361
362
363
364
365
366
367
368
369
370
370
Chapter 2: ColdFusi
on Tags
</cffunction>
<cffunction name="getDept">
<cfquery name="deptQuery" datasource="ExampleApps" >
SELECT
*
FROM
tblDepartments
</cfquery>
<cfreturn deptQuery>
</cffunction>
</cfcomponent>
1
...
...
368
369
370
371
372
...
...
1108