Karen, Again, where in the documentation does it state that a stored procedure must return a value. To the best of my knowledge this is necessary only when you create a stored procedure that acts as a function.
Jim Bentley American Celiac Society [email protected] tel: 1-504-737-3293 ________________________________ From: "[email protected]" <[email protected]> To: RBASE-L Mailing List <[email protected]> Sent: Thu, January 14, 2010 11:57:38 AM Subject: [RBASE-L] - Re: date tracking question The trigger doesn't return anything, but stored procedures are meant to return something. Apparently RETURN 0 means I am returning nothing. I've always just done a return without the 0. Karen Albert, >>I am curious where you found this tidbit of info in the documentation. > >>I was under the impression that Triggers were not supposed to RETURN values >>since They are automatically called and have no way for the user to interact >>with them after they complete execution. > >>Jim Bentley

