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 Chris Miller 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: domn
  • Order by date
  1. domn

    Error while creating a trigger

    Hi. I'm using SQLBase 7.5.1. I try to create a trigger by issuing: CREATE TRIGGER TRIG1 after insert on EMP (EXECUTE inline (EMP.rowid) PROCEDURE P41 static string: RowIdentifier Action call SqlImmediate('update EMP set (c1 = c1 + 5 where EMP.rowid =:RowIdentifier')) for each row; this example...

Part and Inventory Search

Back
Top