
July 1st, 2008, 04:00 PM
|
|
Developer Shed
|
|
Join Date: Jun 2007
Posts: 11,237
Time spent in forums: < 1 sec
Reputation Power: 13
|
|
|
Querying a Database Using Coldfusion
A simple coldfusion tutorial which explains how to query a database using coldfusion.
Querying a database in coldfusion is similar to other programming languages. The query is usually placed at the top of the page, or before where it is used.
The query is as below with an opening tag with the name of the query and the datasource that you are querying. Between the opening and closing tags you insert your sql code.
Read the full article here: Querying a Database Using Coldfusion
|