OSCommerce Product Manager for Windows
FS#344 - Table names should be retrieved server-side
Attached to Project:
OSCommerce Product Manager
Opened by Mario A. Valdez-Ramirez (mvaldez) - Saturday, 02 June 2007, 17:53 GMT
Last edited by Mario A. Valdez-Ramirez (mvaldez) - Monday, 09 July 2007, 00:26 GMT
Opened by Mario A. Valdez-Ramirez (mvaldez) - Saturday, 02 June 2007, 17:53 GMT
Last edited by Mario A. Valdez-Ramirez (mvaldez) - Monday, 09 July 2007, 00:26 GMT
|
DetailsThe database table names are configured client-side. That is not really needed (and it is error-prone), as the server-side script can retrieve the names and send them to the client application.
That would simplify the configuration interface. The table names could be sent during a CAPA instruction (which currently only retrieves known osCommerce extensions). Pendint to design. |
This task depends upon
We added a new function/operation named TABLES; the server-side script try to retrieve the known list of database tables and returns them as a list of name / value pairs.
The client application request the TABLES operation just after the CAPA and it fails if it is not available.
We have deleted the last Configuration window tab, as it is no longer needed. Also added more space (via a Memo field) to the About window so the user can check what tables are found when connected.