Senior Consultant
www.macromedia.com
The scenario: You are a ColdFusion developer and your boss has asked you to create a simple web-based employee directory using ColdFusion to access stored procedures that the database administration group of your company created. For security reasons, you can only use stored procedures, not direct queries, to access the data from a sensitive personnel database. How do you succeed at developing the application?
This tutorial will help you understand stored procedure basics. It will also help you figure out what questions to ask your database administrators about the database and define the stored procedures you'd like them to create for you, based on your application needs. You'll build a simple web-based employee directory using ColdFusion tags to access stored procedures.
To complete this tutorial you will need to install the following software and files:
Microsoft SQL Server 2000 (or any database server that supports stored procedures)
Prerequisite knowledge: A basic understanding of ColdFusion server and basic use of the CFQUERY tag