[Mydatabasepilot-cvs] Docs DatabaseProcess.html,1.1,1.2
Status: Alpha
Brought to you by:
nanoface
From: <nan...@us...> - 2003-04-22 04:43:18
|
Update of /cvsroot/mydatabasepilot/Docs In directory sc8-pr-cvs1:/tmp/cvs-serv30125 Modified Files: DatabaseProcess.html Log Message: Corrected a typo Index: DatabaseProcess.html =================================================================== RCS file: /cvsroot/mydatabasepilot/Docs/DatabaseProcess.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** DatabaseProcess.html 22 Apr 2003 02:02:10 -0000 1.1 --- DatabaseProcess.html 22 Apr 2003 04:43:15 -0000 1.2 *************** *** 17,21 **** <li><span style="font-weight: bold; color: #003399;">ShowFields</span> - User requested a to see Sturcture of a particular table;</li> <li><span style="font-weight: bold; color: #003399;">ShowRecords</span> - User requested to see the Records of a particular table;</li> ! <li><span style="font-weight: bold; color: #003399;">AddField</span> - User requested to a field to a particular table;</li> <li><span style="font-weight: bold; color: #003399;">AlterField</span> - User requested to change a particular field;</li> <li><span style="font-weight: bold; color: #003399;">DropField</span> - User requested to delete a particular field;</li> --- 17,21 ---- <li><span style="font-weight: bold; color: #003399;">ShowFields</span> - User requested a to see Sturcture of a particular table;</li> <li><span style="font-weight: bold; color: #003399;">ShowRecords</span> - User requested to see the Records of a particular table;</li> ! <li><span style="font-weight: bold; color: #003399;">AddField</span> - User requested to add a new field to a particular table;</li> <li><span style="font-weight: bold; color: #003399;">AlterField</span> - User requested to change a particular field;</li> <li><span style="font-weight: bold; color: #003399;">DropField</span> - User requested to delete a particular field;</li> |