[Mydatabasepilot-cvs] MyDatabasePilot/dbProcessBody AddField.cfm,1.5,1.6
Status: Alpha
Brought to you by:
nanoface
From: <nan...@us...> - 2003-06-05 04:20:57
|
Update of /cvsroot/mydatabasepilot/MyDatabasePilot/dbProcessBody In directory sc8-pr-cvs1:/tmp/cvs-serv16010/dbProcessBody Modified Files: AddField.cfm Log Message: Functionality Added: [ 749313 ] Continued Development of dbProcessBody/AddField.cfm -Added Output of SQL Preview -Changed submit button name to ExecuteAlterTable Index: AddField.cfm =================================================================== RCS file: /cvsroot/mydatabasepilot/MyDatabasePilot/dbProcessBody/AddField.cfm,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** AddField.cfm 1 Jun 2003 03:35:35 -0000 1.5 --- AddField.cfm 5 Jun 2003 04:20:54 -0000 1.6 *************** *** 498,501 **** --- 498,507 ---- <legend class="Fancy">SQL Preview</legend> Needs to be developed: Show Alter Table command that is about to be executed<br /> + <div class="Code"> + <cfoutput> + RAW: #rawOutput#<br /> + HTML: #htmlOutput#<br /> + </cfoutput> + </div> Create "Update SQL Preview" Button, to refresh Preview Box </fieldset> *************** *** 505,509 **** <legend class="Fancy">Run Alter Table Query</legend> <!---***Insert a query box of the SQL that is about to be executed***---> ! <input name="AddFields" type="submit" value="Add Fields as Defined Above"> </fieldset> </cfform> --- 511,515 ---- <legend class="Fancy">Run Alter Table Query</legend> <!---***Insert a query box of the SQL that is about to be executed***---> ! <input name="ExecuteAlterTable" type="submit" value="Add Fields as Defined Above"> </fieldset> </cfform> |