From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8179c5e594eb425e X-Google-Attributes: gid103376,public From: tmoran@bix.com (Tom Moran) Subject: Re: Contraint error Date: 1998/10/11 Message-ID: <36212f96.18012603@SantaClara01.news.InterNex.Net>#1/1 X-Deja-AN: 400053276 References: <3620BB8F.2973CE00@phoenix.net> <36211A98.8C50ABBA@phoenix.net> Organization: InterNex Information Services 1-800-595-3333 Newsgroups: comp.lang.ada Date: 1998-10-11T00:00:00+00:00 List-Id: >When Others > NULL; >at the end of the CASE statement. I don't understand why that fixed it because all the >possible cases were already covered. I doubt it. How is Month declared? What is the complete When structure of the Case statement? Check *very* carefully and I'll bet you find that June, and whatever other 'when' values you didn't show us, are not the only possible values of Month.