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

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!ira.uka.de!gmd.de!Germany.EU.net!mcsun!sunic!isgate!krafla!gaukur
  2. From: gaukur@rhi.hi.is (Kristjan Gaukur Kristjansson)
  3. Newsgroups: comp.databases.informix
  4. Subject: defer interrupt.
  5. Message-ID: <5576@krafla.rhi.hi.is>
  6. Date: 6 Nov 92 18:33:12 GMT
  7. Sender: usenet@rhi.hi.is
  8. Lines: 17
  9. Nntp-Posting-Host: dyngja
  10.  
  11. I'm currently trying to figure out how to properly use 'defer interrupt'
  12. and 'options sql interrupt on' to stop sql queries.
  13.  
  14. I know I have to check on int_flag everywhere but when I try to use it
  15. with 'foreach' loops then I don't seem to have much control over when
  16. it's detected.
  17.  
  18. Are there any guidelines out there on the best use of this feature or
  19. something that helps me better to understand this.
  20. (F.ex. should I rather use open,fetch,close than foreach.  Shall I use it
  21. after every possible SQL-statement or just some.)
  22.  
  23.  
  24.                 With thanks in advance,
  25.  
  26.                     Kristjan Gaukur Kristjansson
  27.                     gaukur@rhi.hi.is
  28.