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

  1. Path: sparky!uunet!gossip.pyramid.com!pyramid!infmx!davek
  2. From: davek@informix.com (David Kosenko)
  3. Newsgroups: comp.databases.informix
  4. Subject: Re: ISOLATION LEVEL...
  5. Message-ID: <1992Nov11.150635.6979@informix.com>
  6. Date: 11 Nov 92 15:06:35 GMT
  7. References: <1992Nov10.002958.5331@amgen.com>
  8. Sender: news@informix.com (Usenet News)
  9. Distribution: usa
  10. Organization: Informix Software, Inc.
  11. Lines: 19
  12.  
  13. Chris Silvester asks:
  14. >
  15. >I'm working with 4gl and Online and I was wondering if there is any internal
  16. >variable that indicates the current isolation level, or some other way of
  17. >checking the current isolation level.  Any help would be appreciated.
  18.  
  19. Since the isolation level is tracked in the server process (sqlturbo), there
  20. is nothing in the client product (4gl) to track the current isolation level.
  21. The easiest way to do this is probably to maintain a global flag in your 4gl
  22. code that gets reset whenever you change the isolation level.  Then you can
  23. check your flag when you need to.  The isolation level will only change when
  24. you change it.
  25.  
  26. Dave
  27. -- 
  28. Disclaimer: These opinions are not those of Informix Software, Inc.
  29. **************************************************************************
  30. "I look back with some satisfaction on what an idiot I was when I was 25,
  31.  but when I do that, I'm assuming I'm no longer an idiot." - Andy Rooney
  32.