![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » DBISAM Technical Support » Incident Reports » Incident Reports Addressed for Version 4.45 » View Incident Report |
![]() |
Reported By: Robert Gesswein Reported On: 7/18/2018 For: Version 4.45 Build 4 |
SELECT Show.ID_SHOW, Show.IS_LOCKED FROM Show --WHERE (not Show.IS_LOCKED) -- this works with both versions --WHERE (Show.ID_SHOW<>1055) -- this works with both versions WHERE ((not Show.IS_LOCKED) and (Show.ID_SHOW<>1055)) -- this DOESN'T work (returns zero rows) with 4.45b4 --WHERE ((Show.IS_LOCKED=False) and (Show.ID_SHOW<>1055)) -- this works with both versions
This web page was last updated on Tuesday, June 3, 2025 at 08:21 AM | Privacy Policy![]() © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |