Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » DBISAM Technical Support » Incident Reports » Incident Reports Addressed for Version 4.45 » View Incident Report |
Serious |
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 Wednesday, October 30, 2024 at 11:41 AM | Privacy PolicySite Map © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |