home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!spool.mu.edu!sdd.hp.com!swrinde!emory!emory!not-for-mail
- From: johnl@obelix.informix.com (Jonathan Leffler)
- Newsgroups: comp.databases.informix
- Subject: Re: ISOLATION LEVEL...
- Date: 12 Nov 1992 05:28:04 -0500
- Organization: Mailing List Gateway
- Lines: 20
- Sender: walt@mathcs.emory.edu
- Distribution: world
- Message-ID: <1dtbjkINNn3m@emory.mathcs.emory.edu>
- Reply-To: johnl@obelix.informix.com (Jonathan Leffler)
- NNTP-Posting-Host: emory.mathcs.emory.edu
- X-Informix-List-ID: <list.1589>
-
- >From: uunet!sam.amgen.com!chriss (Chris Silvester)
- >Subject: ISOLATION LEVEL...
- >Date: Tue, 10 Nov 1992 00:29:58 GMT
- >X-Informix-List-Id: <news.2099>
-
- >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.
-
- To the best of my knowledge, no.
-
- Of course, you could arrange to have a subroutine which you called which set
- isolation levels, and stoed the current value. Yu could have a second routine
- to ask for the current level. And, provided you always used it to set the
- isolation level, you could always find out what the current level is.
- But you can't find out except by some such devious means.
-
- Yours,
- Jonathan Leffler (johnl@obelix.informix.com) #include <disclaimer.h>
-
-