Path: utzoo!attcan!uunet!halexii!greg From: greg@halexii.uucp (Gregory F. Hogg) Newsgroups: comp.databases Subject: Re: Informix isql Keywords: order by, select, entry form Message-ID: <1990Feb11.084522.12120@halexii.uucp> Date: 11 Feb 90 08:45:22 GMT References: <6548@uhccux.uhcc.hawaii.edu> Reply-To: greg@halexii.UUCP (Gregory F. Hogg) Organization: HOGG'S SOFTWARE; Abingdon, MD Lines: 16 In article <6548@uhccux.uhcc.hawaii.edu> richardj@uhccux.UUCP (Richard Jablonka) writes: > >I want to SORT an informix table. I only need to do it once. The problem is >making the names come up in the right order in an entry form. Unfortunately As fas as I know there is no way todo what you want in INFORMIX-SQL. The best I have been able to do is to unload the table ordered the way you want and then reload it. This way the records are in the dbtable allready ordered. -- Greg Hogg COMPANY : HOGG'S SOFTWARE