On Wed, Jan 7, 2009 at 3:34 PM, shaker Khzym wrote:
> Dear Chris,
>Thanks a lot for your advise, it's working now.
> I did the same idea about the read of trigger that has the same
> problem.
> Is there any restricted about that.
Nope.
>
Best Wishes,
Chris Travers
--
Dear Chris,
Thanks a lot for your advise, it's working now.
I did the same idea for the rest of trigger that has the same problem.
Is there any restricted about that.
Thanks a lot for your advise.
Happy new year and Merry Christmas.
Best wishes,
Shaek
Dear Chris,
Thanks a lot for your advise, it's working now.
I did the same idea about the read of trigger that has the same problem.
Is there any restricted about that.
Thanks a lot for your advise.
Happy new year and Merry Christmas.
Best wishes,
Shaeki
On Wed, Jan 7, 2009 at 2:39 PM, shaker Khzym wrote:
>
> Hello,
>
>
> In sql folder - fixes
>
>
> in transactions_foreign_key_fix.sql
>
>
>
> CREATE TRIGGER track_global_inserts BEFORE INSERT OR UPDATE ON partsgroup
>
>
> FOR EACH ROW EXECUTE PROCEDURE track_global_seque
Hello,
In sql folder - fixes
in transactions_foreign_key_fix.sql
CREATE TRIGGER track_global_inserts BEFORE INSERT OR UPDATE ON partsgroup
FOR EACH ROW EXECUTE PROCEDURE track_global_sequence();
CREATE TRIGGER track_global_inserts AFTER DELETE ON partsgroup