|
|
|
|
File: [Development] / p2rx-programs / application.cfm
(download)
Revision: 1.2, Fri Aug 26 16:39:28 2005 UTC (4 years, 2 months ago) by pKanel Branch: MAIN Changes since 1.1: +15 -1 lines Enhancements made to resolve programs added or udpated by Outsite users. |
<!--- Name: application.cfm
Purpose: This file is being used by all files. It creates the datasource.
Date created: 7/25/2005 Terry
Dependancy:
Variables:
Date changed:
08/26/2005 Prabin Documentation
--->
<cfset programsdb="programs">
<cfquery name="getState" datasource="#programsdb#">
Select *
From States
Order By State ASC
</cfquery>
| CVS Admin |
Powered by ViewCVS 1.0-dev |