(file) Return to application.cfm CVS log (file) (dir) Up to [Development] / p2rx-programs

Diff for /p2rx-programs/application.cfm between version 1.1 and 1.2

version 1.1, 2005/03/09 03:18:14 UTC version 1.2, 2005/08/26 16:39:28 UTC
Line 1 
Line 1 
   <!---   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">  <cfset programsdb="programs">
   
   <cfquery name="getState" datasource="#programsdb#">
           Select  *
           From    States
           Order By State ASC
   </cfquery>


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVS Admin
Powered by
ViewCVS 1.0-dev