home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / database / informix / 2361 < prev    next >
Encoding:
Internet Message Format  |  1992-11-09  |  1.8 KB

  1. Path: sparky!uunet!europa.asd.contel.com!emory!emory!not-for-mail
  2. From: makke@wins.uia.ac.be (Marc Gemis)
  3. Newsgroups: comp.databases.informix
  4. Subject: Re: Informix 4GL arrays
  5. Date: 10 Nov 1992 04:48:03 -0500
  6. Organization: Mailing List Gateway
  7. Lines: 28
  8. Sender: walt@mathcs.emory.edu
  9. Distribution: world
  10. Message-ID: <1do0gjINNilu@emory.mathcs.emory.edu>
  11. Reply-To: makke@wins.uia.ac.be (Marc Gemis)
  12. NNTP-Posting-Host: emory.mathcs.emory.edu
  13. X-Informix-List-ID: <list.1579>
  14.  
  15. Aaron Pelton writes:
  16.  > 
  17.  >     In my quest for the answer to Informix vs Progress I've come across
  18.  > a particular area, scrolling data on the screen, that Informix doesn't
  19.  > seem to handle well.
  20.  > 
  21.  >    Given that I have a set of data that may be anywhere from 0 to n records
  22.  > that I want to place in a scrolling region on the screen, can it be done
  23.  > without a LOT of code to accomplish this?
  24.  > 
  25.  >    Arrays would solve the problem only I don't know ahead of time how big
  26.  > it needs to be and it could be greater than several thousand records. (I
  27.  > know, it's not likely, but Progress seems to do it naturally.....) Trying
  28.  > it out I came up with just using INPUT, SCROLL and FETCHES. I use the
  29.  > keyed data from the INPUT for updates so I have to close the cursor and
  30.  > reopen it and so forth. I'm at 79 lines (w/ bugs still) and counting while
  31.  > progress seems to be able to do it in about 10 lines. Sort of the reason
  32.  > why we want to go to a 4gl......
  33.  > 
  34.  >    Can anyone recommend a direction to look for clues? Is it possible to
  35.  > fool informix into using a malloc'd array?
  36.  > 
  37.  >    (Note: I admit it, I'm for informix but I have to convince the others of
  38.  > the team.....)
  39.  > -- 
  40.  > Aaron Pelton            | If it sounds like an opinion, it's probably mine.
  41.  > aaron@satco.UUCP            | Only R. Crusoe could have it all done by Friday
  42.  > {decvax,uunet}!virgin!satco!aaron
  43.