[Mydatabasepilot-cvs] Docs WhatIsMyDatabasePilot.html,1.3,1.4
Status: Alpha
Brought to you by:
nanoface
From: <nan...@us...> - 2003-05-13 03:34:13
|
Update of /cvsroot/mydatabasepilot/Docs In directory sc8-pr-cvs1:/tmp/cvs-serv23715 Modified Files: WhatIsMyDatabasePilot.html Log Message: added the implemented features in release v0.7.1.a Index: WhatIsMyDatabasePilot.html =================================================================== RCS file: /cvsroot/mydatabasepilot/Docs/WhatIsMyDatabasePilot.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** WhatIsMyDatabasePilot.html 13 May 2003 03:22:03 -0000 1.3 --- WhatIsMyDatabasePilot.html 13 May 2003 03:34:07 -0000 1.4 *************** *** 16,29 **** <div style="font-size: 18px; font-weight: bold; color: #003399; margin: 3px 0px;">What can MyDatabase Pilot do right now?</div> ! <p style="text-align: justify;">Currently MyDatabase Pilot can connect to a database either through a login screen or by configuring a default database in the Application.cfm file. It can list the tables/fields in the selected database.</p> <div style="font-size: 18px; font-weight: bold; color: #003399; margin: 3px 0px;">What will MyDatabase Pilot be able to do when it is declared stable?</div> <p style="text-align: justify;">It is our goal to have MyDatabase Pilot be able to have the following basic set of functionality in the first stable release:</p> <ul> ! <li>Seamless (and perceived continuous) Database Connection<br>(implemented since v0.7.0.a)</li> ! <li>List Tables<br>(implemented since v0.7.0.a)</li> ! <li>Provide Basic Information about MySQL Server, ColdFusion Server, and Operating System<br>(implemented since v0.7.0.a)</li> ! <li>View Table Structure<br>(implemented since v0.7.0.a)</li> ! <li>View Table Records<br>(implemented since v0.7.1.a)</li> <li>Data Definition</li> <ul> --- 16,29 ---- <div style="font-size: 18px; font-weight: bold; color: #003399; margin: 3px 0px;">What can MyDatabase Pilot do right now?</div> ! <p style="text-align: justify;">Currently MyDatabase Pilot can connect to a database either through a login screen or by configuring a default database in the Application.cfm file. It can show the tables, fields, and records in the selected database.</p> <div style="font-size: 18px; font-weight: bold; color: #003399; margin: 3px 0px;">What will MyDatabase Pilot be able to do when it is declared stable?</div> <p style="text-align: justify;">It is our goal to have MyDatabase Pilot be able to have the following basic set of functionality in the first stable release:</p> <ul> ! <li>Seamless (and perceived continuous) Database Connection<br />(implemented since v0.7.0.a)</li> ! <li>List Tables<br />(implemented since v0.7.0.a)</li> ! <li>Provide Basic Information about MySQL Server, ColdFusion Server, and Operating System<br />(implemented since v0.7.0.a)</li> ! <li>View Table Structure<br />(implemented since v0.7.0.a)</li> ! <li>View Table Records<br />(implemented since v0.7.1.a)</li> <li>Data Definition</li> <ul> |