![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
26/01/2012, 19:45
|
![Avatar de Fabu_dina](http://static.forosdelweb.com/customavatars/avatar52124_1.gif) | | | Fecha de Ingreso: enero-2004
Mensajes: 425
Antigüedad: 21 años, 1 mes Puntos: 1 | |
Respuesta: Problema con "ADODB.Recordset" el problema esta en la estructura de la tabla quiero imaginarme les ponga la estructura que estoy manejando
DROP TABLE IF EXISTS `shop_2012`.`itemsordered`;
CREATE TABLE `shop_2012`.`itemsordered` (
`orderID` int(10) DEFAULT '0',
`productID` int(10) DEFAULT NULL,
`quantity` int(10) DEFAULT NULL,
`publico` float DEFAULT NULL,
`publico1` float DEFAULT NULL,
`mayoreo` float DEFAULT NULL,
KEY `Index_1` (`orderID`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1; |