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

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

version 1.1, 2005/11/17 22:00:50 UTC version 1.2, 2005/11/17 22:12:22 UTC
Line 8 
Line 8 
   
   
 <!-- change the datasource name to your datasource name, you can find the name at application.cfm --->  <!-- change the datasource name to your datasource name, you can find the name at application.cfm --->
 <cfset programsdb = "Program">  <cfset programsdb = "Programs">
   
   
 <cfparam name="action" default="">  <cfparam name="action" default="">
Line 35 
Line 35 
                         SET     ProgramType = 'Small Business Developement Center (SBDC)'                          SET     ProgramType = 'Small Business Developement Center (SBDC)'
                         WHERE   ProgramTypeID=11;                          WHERE   ProgramTypeID=11;
         </cfquery>          </cfquery>
   
           <cfquery name="UpdateSBAP" datasource="#programsdb#">
                   UPDATE          dProgramTypes
                           SET     ProgramType = 'Small Business Assistance Program (SBAP)'
                           WHERE   ProgramTypeID=8;
           </cfquery>
   
           <cfquery name="UpdateMEP" datasource="#programsdb#">
                   UPDATE          dProgramTypes
                           SET     ProgramType = 'Manufacturing Extension Program (MEP)'
                           WHERE   ProgramTypeID=9;
           </cfquery>
   
           <cfquery name="UpdateSBDC" datasource="#programsdb#">
                   UPDATE          dProgramTypes
                           SET     ProgramType = 'Small Business Developement Center (SBDC)'
                           WHERE   ProgramTypeID=11;
           </cfquery>
         <H3>THE FOLLOWING CHANGES WERE MADE</H3>          <H3>THE FOLLOWING CHANGES WERE MADE</H3>
                         <ol>                          <ol>
                                 <li>Smaill Business Assistance Program <strong> changed to</strong> Small Business Assistance Program (SBAP) </li><BR>                                  <li>Smaill Business Assistance Program <strong> changed to</strong> Small Business Assistance Program (SBAP) </li><BR>


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

CVS Admin
Powered by
ViewCVS 1.0-dev