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

  1. Path: sparky!uunet!destroyer!sol.ctr.columbia.edu!emory!emory!not-for-mail
  2. From: dave.snyder@snide.com (Dave Snyder)
  3. Newsgroups: comp.databases.informix
  4. Subject: Re: Informix 4GL arrays
  5. Date: 10 Nov 1992 13:58:04 -0500
  6. Organization: Mailing List Gateway
  7. Lines: 20
  8. Sender: walt@mathcs.emory.edu
  9. Distribution: world
  10. Message-ID: <1dp0nsINNe86@emory.mathcs.emory.edu>
  11. Reply-To: dave.snyder@snide.com (Dave Snyder)
  12. NNTP-Posting-Host: emory.mathcs.emory.edu
  13. X-Informix-List-ID: <list.1581>
  14.  
  15. Quoting Aaron Pelton...
  16. }    Given that I have a set of data that may be anywhere from 0 to n records
  17. } that I want to place in a scrolling region on the screen, can it be done
  18. } without a LOT of code to accomplish this?
  19. Take a look at the "browse" function that is generated by db4glgen.  It
  20. allows a user to scroll through as many rows as they can query.  The limit
  21. on queried rows is based on RAM, ie. 4 bytes/row.
  22.  
  23. }    Can anyone recommend a direction to look for clues? Is it possible to
  24. } fool informix into using a malloc'd array?
  25. The code generated by db4glgen does fool informix into using malloc'd arrays.
  26.  
  27. DAS
  28. -- 
  29. David Snyder @ Snide Computer Services - Folcroft, PA          Current Release
  30.                                                                is db4glgen-3.7
  31. UUCP:  ..!uunet!das13!dave   INTERNET:  dave.snyder@snide.com
  32.