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

 1 pKanel 1.2 <!---  	Name:  			application.cfm
 2                	Purpose: 		This file is being used by all files. It creates the datasource.
 3            		Date created: 	7/25/2005			Terry	
 4                   	Dependancy: 	
 5            		Variables: 		
 6            		Date changed: 
 7            						08/26/2005		Prabin		Documentation 
 8            --->
 9            
10 pKanel 1.3 <cfapplication 
11            	name="P2RicProgramsUpdates"
12            	SESSIONMANAGEMENT="yes"
13            	applicationtimeout="#createtimespan(0,0,20,0)#" 
14            	SESSIONTIMEOUT="#CreateTimeSpan(0,0,20,0)#"
15            	CLIENTMANAGEMENT="No">
16            
17            <cflock scope="SESSION" timeout="15">
18            	<cfset programsdb="programs">
19            	<cfquery name="getState" datasource="#programsdb#">
20            		Select 	*
21            		From	States
22            		Order By State ASC
23            	</cfquery>
24            </cflock>	

CVS Admin
Powered by
ViewCVS 1.0-dev