HI,
in the echo there are the sql then extension process
this: UPDATE `ProductCats` SET `COrdr` = 2 WHERE `CID` = 7 UPDATE `ProductCats` SET `COrdr` = 3 WHERE `CID` = 2 UPDATE `ProductCats` SET `COrdr` = 4 WHERE `CID` = 3 UPDATE `ProductCats` SET `COrdr` = 5 WHERE `CID` = 4 UPDATE `ProductCats` SET `COrdr` = 7 WHERE `CID` = 5
You must verify this are right, you now how is made your database, and verify this update are on the db
and verify the sql you have in your recordset
Gianluigi |
|
|