When a certain record type is deleted on table 1, I am trying to delete rows from 2 different tables which are tied by RI. Because our installation uses "delete restrict" I can't use an "after delete" trigger.
Any help will be appreciated.
Thanks,
Barb
CREATE TRIGGER DEL...
I figured it out. It may be obvious to others but incase someone else has the problem:
I had to edit the options source file & remove the -v from the LFLAGS line in the options section
I changed my project options, specifically I changed the linker warnings given when building my project. Now everytime I try build the project I get the following error:
Linker Fatal Error: Fatal: Illegal option: v
all I can find in the help is
"You tried to use a linker option that is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.