[Mydatabasepilot-cvs] Docs DatabaseProcess.html,1.3,1.4
Status: Alpha
Brought to you by:
nanoface
From: <nan...@us...> - 2003-04-23 01:58:35
|
Update of /cvsroot/mydatabasepilot/Docs In directory sc8-pr-cvs1:/tmp/cvs-serv27569 Modified Files: DatabaseProcess.html Log Message: Corrected a typo Index: DatabaseProcess.html =================================================================== RCS file: /cvsroot/mydatabasepilot/Docs/DatabaseProcess.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** DatabaseProcess.html 23 Apr 2003 01:51:26 -0000 1.3 --- DatabaseProcess.html 23 Apr 2003 01:58:32 -0000 1.4 *************** *** 15,20 **** <ul> <li><span style="font-weight: bold; color: #003399;">ShowTables</span> - User requested a list of tables in current database;</li> ! <li><span style="font-weight: bold; color: #003399;">ShowFields</span> - User requested 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> --- 15,20 ---- <ul> <li><span style="font-weight: bold; color: #003399;">ShowTables</span> - User requested a list of tables in current database;</li> ! <li><span style="font-weight: bold; color: #003399;">ShowFields</span> - User requested to see the structure 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> |