|
version 1.1, 2005/11/17 22:00:50 UTC
|
version 1.2, 2005/11/17 22:12:22 UTC
|
|
|
|
| |
|
| |
|
| <!-- 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=""> |
|
|
|
| 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> |