26/01/2012, 19:45
|
| | | Fecha de Ingreso: enero-2004
Mensajes: 425
Antigüedad: 21 años 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; |