[Mydatabasepilot-cvs] MyDatabasePilot MyDatabasePilot.cfm,1.4,1.5
Status: Alpha
Brought to you by:
nanoface
From: <nan...@us...> - 2003-04-18 04:39:23
|
Update of /cvsroot/mydatabasepilot/MyDatabasePilot In directory sc8-pr-cvs1:/tmp/cvs-serv2641 Modified Files: MyDatabasePilot.cfm Log Message: Functionality Added: [ 723492 ] Add Select Query to ShowRecords dbProcess Index: MyDatabasePilot.cfm =================================================================== RCS file: /cvsroot/mydatabasepilot/MyDatabasePilot/MyDatabasePilot.cfm,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** MyDatabasePilot.cfm 13 Apr 2003 06:15:21 -0000 1.4 --- MyDatabasePilot.cfm 18 Apr 2003 04:39:20 -0000 1.5 *************** *** 29,33 **** <cfcase value="ShowTables"><cfinclude template="Query/tableList.cfm"></cfcase> <cfcase value="ShowFields"><cfinclude template="Query/fieldList.cfm"></cfcase> ! <cfcase value="ShowRecords"><cfinclude template="Query/fieldList.cfm"></cfcase> <cfcase value="CreateTable_Step1"></cfcase> <cfcase value="CreateTable_Step2"></cfcase> --- 29,37 ---- <cfcase value="ShowTables"><cfinclude template="Query/tableList.cfm"></cfcase> <cfcase value="ShowFields"><cfinclude template="Query/fieldList.cfm"></cfcase> ! <cfcase value="ShowRecords"> ! <cfinclude template="Query/fieldList.cfm"> ! <cfset queryName = "selectedData"> ! <cfinclude template="Query/SELECT.cfm"> ! </cfcase> <cfcase value="CreateTable_Step1"></cfcase> <cfcase value="CreateTable_Step2"></cfcase> |