Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: DAVIDSS
  • Content: Threads
  • Order by date
  1. DAVIDSS

    Trigger Before Update OLD VALUE NULL?!?!

    I Have a Trigger Before Insert or Update ... elsif updating then Temp := existencia + :OLD.CANTIDAD; Temp := existencia - :New.CANTIDAD; update IMS_INVENTARIO set EXISTENCIA = Temp WHERE ID_BODEGA = Bodega AND ID_PRODUCTO = :NEW.ID_PRODUCTO AND ID_CLASIFICACION =...

Part and Inventory Search

Back
Top