<cfquery name="nameofquery" datasource="odbc_connection" username="simple" password="enough">
Select * from table
where field = 'whateveryouaresearchingfor'
</cfquery>
<cfoutput query="nameofquery"> #field_from_query# <!--- Above is called a variable, this text here is just comments !---> </cfoutput>
Search Encyclopedia
|
Featured Article
|