Accessing and Retrieving Data

This chapter describes how to retrieve data from a database and work with query data. This chapter also shows how to use the cfquery tag to query a data source, and use the cfoutput tag to output the query results to a web page. This chapter also describes how to use the cfqueryparam tag to help reduce security risks.

Contents

Working with dynamic data

Retrieving data

Outputting query data

Getting information about query results

Enhancing security with cfqueryparam