Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!ames!amdcad!sun!pitstop!sundc!seismo!uunet!mcvax!cernvax!pan!jw From: jw@pan.UUCP (Jamie Watson) Newsgroups: comp.databases Subject: Informix 4gl - another construct statement bug Message-ID: <492@pan.UUCP> Date: 11 Oct 88 16:58:26 GMT Reply-To: jw@pan.UUCP (Jamie Watson) Organization: Adasoft AG, Solothurn, Switzerland Lines: 10 If DBDATE is set to any value specifying a 2-digit year, when the 4gl construct statement is called to input a series of fields, one of which is a date type, the string returned will be truncated after the date field; this means that selection criteria for fields preceding the date field will work correctly, but criteria for fields following the date field will be ignored. Using a DBDATE specification with a 4 digit year works correctly. jw