Subject | Re: [IBO] insertSQL Help please (again) |
---|---|
Author | Helen Borrie |
Post date | 2004-03-09T01:26:58Z |
At 01:20 AM 9/03/2004 +0000, you wrote:
out of all connections to clear the old caches. (if you can do so, stop
and restart the sever). First login after the caches are cleared will
activate the new version of the trigger (if you committed it before, that
is! :-) )
Helen
>Helen, what am I doing different with the trigger from before? itSee below.
>still increments 2.
>if I remove generatorlinksWell, you get that because IDLOC is a required field.
>IDLOC=GEN_LOCATIONS_IDLOC
>i get an error
>Field IDLOC must have a value
>what am I doing wrong?Probably the old trigger is still in the metadata cache. You need to log
out of all connections to clear the old caches. (if you can do so, stop
and restart the sever). First login after the caches are cleared will
activate the new version of the trigger (if you committed it before, that
is! :-) )
Helen