OSCommerce Product Manager for Windows
FS#319 - Returned data from server should be Recordset-like.
Attached to Project:
OSCommerce Product Manager
Opened by Mario A. Valdez-Ramirez (mvaldez) - Monday, 27 March 2006, 08:44 GMT
Last edited by Mario A. Valdez-Ramirez (mvaldez) - Sunday, 15 July 2007, 22:54 GMT
Opened by Mario A. Valdez-Ramirez (mvaldez) - Monday, 27 March 2006, 08:44 GMT
Last edited by Mario A. Valdez-Ramirez (mvaldez) - Sunday, 15 July 2007, 22:54 GMT
|
DetailsWe receive data from the server-side script in several formatting styles. We have tested the Recordset-like format returned when doing SQL queries over HTTP and I believe all data returned from the server-side script should use an uniform format. The recordset-like format is very easy to use and it is the most polished.
Using this one would simplify all related code. |
This task depends upon
For Bug #340 this is required as a way to return the status of each operation, and not only the result of the whole batch.
The returned array should be something like:
| OperationID | StatusCode | StatusDescription | Checksum |