[Mydatabasepilot-cvs] MyDatabasePilot MyDatabasePilot.cfm,1.2,1.3
Status: Alpha
Brought to you by:
nanoface
From: <nan...@us...> - 2003-04-13 04:36:37
|
Update of /cvsroot/mydatabasepilot/MyDatabasePilot In directory sc8-pr-cvs1:/tmp/cvs-serv29923 Modified Files: MyDatabasePilot.cfm Log Message: Functionality Added: [720514] Add ShowRecords dbProcess Index: MyDatabasePilot.cfm =================================================================== RCS file: /cvsroot/mydatabasepilot/MyDatabasePilot/MyDatabasePilot.cfm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** MyDatabasePilot.cfm 6 Apr 2003 04:32:36 -0000 1.2 --- MyDatabasePilot.cfm 13 Apr 2003 04:36:33 -0000 1.3 *************** *** 59,65 **** <cfcase value="ShowTables"><cfinclude template="dbProcessBody/ShowTables.cfm"></cfcase> <cfcase value="ShowFields"><cfinclude template="dbProcessBody/ShowFields.cfm"></cfcase> ! <cfcase value="SelectRecords"><cfinclude template="dbProcessBody/SelectRecords.cfm"></cfcase> <cfcase value="CreateTable_Step1"><cfinclude template="dbProcessBody/CreateTable_Step1.cfm"></cfcase> <cfcase value="CreateTable_Step2">Create Table Step two</cfcase> <cfdefaultcase>Error: No dbProcess was Specified</cfdefaultcase> </cfswitch> --- 59,66 ---- <cfcase value="ShowTables"><cfinclude template="dbProcessBody/ShowTables.cfm"></cfcase> <cfcase value="ShowFields"><cfinclude template="dbProcessBody/ShowFields.cfm"></cfcase> ! <cfcase value="ShowRecords"><cfinclude template="dbProcessBody/ShowRecords.cfm"></cfcase> <cfcase value="CreateTable_Step1"><cfinclude template="dbProcessBody/CreateTable_Step1.cfm"></cfcase> <cfcase value="CreateTable_Step2">Create Table Step two</cfcase> + <cfcase value="SelectRecords"><cfinclude template="dbProcessBody/SelectRecords.cfm"></cfcase> <cfdefaultcase>Error: No dbProcess was Specified</cfdefaultcase> </cfswitch> |