07/08/2012, 08:50
|
| | | Fecha de Ingreso: agosto-2012
Mensajes: 28
Antigüedad: 12 años, 5 meses Puntos: 0 | |
Respuesta: Procedimiento Almacenado con Parametros en ODBC Gracias por Responder Aquaventus,
ya lo corri y me tira ahora un error de que estoy intentando meter un valor nulo a "FECHA_COMPRA" cosa que no tiene sentido pues ahi va la fecha.
este error me tira en el ExecuteReader
ERROR [HY000] [INTERSOLV][ODBC SQL Server driver][SQL Server]Attempt to insert NULL value into column 'FECHA_COMPRA', table 'spc_pacaold.dbo.COMPRAS_ENC'; column does not allow nulls. Update fails.
ERROR [HY000] [INTERSOLV][ODBC SQL Server driver][SQL Server]Command has been aborted. |