Re: [Ledger-smb-devel] Question

2009-01-07 Thread Chris Travers
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 --

[Ledger-smb-devel] Question

2009-01-07 Thread shaker Khzym
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

Re: [Ledger-smb-devel] Question

2009-01-07 Thread shaker Khzym
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

Re: [Ledger-smb-devel] Question

2009-01-07 Thread Chris Travers
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

[Ledger-smb-devel] Question

2009-01-07 Thread shaker Khzym
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