comp.lang.ada
 help / color / mirror / Atom feed
From: Niklas Holsti <niklas.holsti@tidorum.invalid>
Subject: Re: CONSTRAINT ERROR? access check failed
Date: Thu, 1 Mar 2018 10:07:07 +0200
Date: 2018-03-01T10:07:07+02:00	[thread overview]
Message-ID: <ffpql8F19tvU1@mid.individual.net> (raw)
In-Reply-To: <39fc7bbf-77e8-4342-9af7-68cb5e9acb8a@googlegroups.com>

On 18-03-01 02:27 , Mehdi Saada wrote:
> I got
> raised CONSTRAINT_ERROR : ledit.adb:34 access check failed
    ...
>       while TEMP.NEXT /= null and TEMP.NEXT.NUM < NUMBER loop

Use "and then", otherwise the above evaluates TEMP.NEXT.NUM even when 
TEMP.NEXT is null.

-- 
Niklas Holsti
Tidorum Ltd
niklas holsti tidorum fi
       .      @       .


  reply	other threads:[~2018-03-01  8:07 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-01  0:27 CONSTRAINT ERROR? access check failed Mehdi Saada
2018-03-01  8:07 ` Niklas Holsti [this message]
2018-03-01 12:44   ` Mehdi Saada
2018-03-01 13:45     ` Björn Lundin
2018-03-01 14:06   ` Mehdi Saada
2018-03-01 14:31     ` Mehdi Saada
2018-03-01 14:38     ` Mehdi Saada
2018-03-01 15:53       ` Anh Vo
2018-03-01 17:24         ` Mehdi Saada
2018-03-01 18:34           ` Anh Vo
2018-03-01 17:26       ` Simon Wright
2018-03-01 17:47         ` Mehdi Saada
2018-03-01 17:56       ` Jeffrey R. Carter
2018-03-01  8:30 ` Simon Wright
2018-03-01 12:14   ` Mehdi Saada
2018-03-01 13:27     ` Simon Wright
2018-03-01 13:44       ` Mehdi Saada
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox