(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            <cfset programsdb="programs">
10            
11            <cfquery name="getState" datasource="#programsdb#">
12            	Select 	*
13            	From	States
14            	Order By State ASC
15            </cfquery>

CVS Admin
Powered by
ViewCVS 1.0-dev