necesito restarle 10 al valor actual de la tabla y a la vez actualizarla.
:udpate( "tbstockres", ;
"stockcongelado", ;
{ stockcongelado - 10 } , ;
{ { "id", 1 } } )
:udpate( "tbstockres", ;
"stockcongelado", ;
{ stockcongelado - 10 } , ;
{ { "id", 1 } } )
goosfancito wrote:Hola.
necesito restarle 10 al valor actual de la tabla y a la vez actualizarla.:udpate( "tbstockres", ;
"stockcongelado", ;
{ stockcongelado - 10 } , ;
{ { "id", 1 } } )
:udpate( "tbstockres", ;
"stockcongelado-?", ;
{ 10 } , ;
{ { "id", 1 } } )
:Execute( "update tbstockres set stockcongelado=stockcongelado-?",{ 10 }, "id=1" )
::oCnx:Execute( "update tbstockres set stockcongelado=stockcongelado-?", ;
{ 3 }, ;
"idproducto=?", { 3 } )
::oCnx:Execute( "update tbstockres set stockcongelado=stockcongelado-?", ;
{ ::aProductos[ nItem, 4 ] }, ;
"idproducto=?", { ::aProductos[ nItem, 6 ] } )
14/10/2021 19:52:15: FWMARIACONNECTION:EXECUTE_SQL( 6754 ) cSql = "update tbstockres set stockcongelado=stockcongelado-3" ::nError = 0 ::cError = "" ::cSqlInfo = "LÃneas correspondientes: 3 Cambiadas: 3 Avisos: 0" nSecs =
::oCnx:Execute( "update tbstockres set stockcongelado=stockcongelado-? WHERE idproducto=?", ;
{ ::aProductos[ nItem, 4] , ::aProductos[ nItem, 6 ] } )
Return to FiveWin para Harbour/xHarbour
Users browsing this forum: No registered users and 33 guests