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

  1. Path: sparky!uunet!spool.mu.edu!sdd.hp.com!swrinde!emory!emory!not-for-mail
  2. From: johnl@obelix.informix.com (Jonathan Leffler)
  3. Newsgroups: comp.databases.informix
  4. Subject: Re:  ISOLATION LEVEL...
  5. Date: 12 Nov 1992 05:28:04 -0500
  6. Organization: Mailing List Gateway
  7. Lines: 20
  8. Sender: walt@mathcs.emory.edu
  9. Distribution: world
  10. Message-ID: <1dtbjkINNn3m@emory.mathcs.emory.edu>
  11. Reply-To: johnl@obelix.informix.com (Jonathan Leffler)
  12. NNTP-Posting-Host: emory.mathcs.emory.edu
  13. X-Informix-List-ID: <list.1589>
  14.  
  15. >From: uunet!sam.amgen.com!chriss (Chris Silvester)
  16. >Subject: ISOLATION LEVEL...
  17. >Date: Tue, 10 Nov 1992 00:29:58 GMT
  18. >X-Informix-List-Id: <news.2099>
  19.  
  20. >I'm working with 4gl and Online and I was wondering if there is any internal
  21. >variable that indicates the current isolation level, or some other way of
  22. >checking the current isolation level.  Any help would be appreciated.
  23.  
  24. To the best of my knowledge, no.
  25.  
  26. Of course, you could arrange to have a subroutine which you called which set
  27. isolation levels, and stoed the current value.  Yu could have a second routine
  28. to ask for the current level.  And, provided you always used it to set the
  29. isolation level, you could always find out what the current level is.
  30. But you can't find out except by some such devious means.
  31.  
  32. Yours,
  33. Jonathan Leffler (johnl@obelix.informix.com) #include <disclaimer.h>
  34.  
  35.