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