Ask a Question related to Informix, Design and Development.
-
Hillel Eilat #1
Control for "Isolation level" at SELECT statement level
Hi folks.
Some RDBMS products support the following syntax format:
SELECT .... <whatever...> WITH {READCOMMITTED | REPEATABLEREAD | ...
|SERIALIZABLE}
The WITH clause provides the means for overriding the default isolation
level (or the one specified upon SET TRANSACTION) at a specific SELECT
statement.
WITH clause is applicable for INSERT,UPDATE,DELETE as well.
Is there an equvalent to the "WITH" clause in INFORMIX's SQL?
Your answers will be appreciated.
Hillel.
Hillel Eilat Guest
-
#39356 [NEW]: in_array() causes "Nesting level too deep" fatal error
From: 7am dot online at gmail dot com Operating system: Windows XP PHP version: 5.2.0 PHP Bug Type: Arrays related Bug... -
Control Level 0 MC from Level 1 Button?
"haydenad" <haydenad@qis.net> wrote in message news:c0bfnh$ir1$1@forums.macromedia.com... level apply _level0.gotoAndPlay("Close"); hth -
RewritePath throws "Access is Denied" when rewriting to directory level
Hello, I have a problem trying to rewrite a path in ASP.NET 1.1 - each rewrite throws an Access is Denied error, even though anonymous access is... -
Equivalent of "friend" or package-level access?
I have a group of related classes, and I would like them to have certain methods which can only be called by classes within the group. In C++ I... -
POLITE REQUEST FOR HELP: Why "onbar -b -L 1" sometimes runs level 0 backups?
Hello, I apologise for taking bandwidth with my question. I tried to search for a solution on my own, even asked some Informix administrators,... -
Jonathan Leffler #2
Re: Control for "Isolation level" at SELECT statement level
Hillel Eilat wrote:
> Hi folks.
>
> Some RDBMS products support the following syntax format:
>
> SELECT .... <whatever...> WITH {READCOMMITTED | REPEATABLEREAD | ...
> |SERIALIZABLE}
>
> The WITH clause provides the means for overriding the default isolation
> level (or the one specified upon SET TRANSACTION) at a specific SELECT
> statement.
>
> WITH clause is applicable for INSERT,UPDATE,DELETE as well.
>
> Is there an equvalent to the "WITH" clause in INFORMIX's SQL?
>
> Your answers will be appreciated.
Which RDBMS? It isn't Oracle - the same question was asked in
c.d.oracle.servers with only a change in the penultimate line of text.
--
Jonathan Leffler #include <disclaimer.h>
Email: [email]jleffler@earthlink.net[/email], [email]jleffler@us.ibm.com[/email]
Guardian of DBD::Informix v2003.04 -- [url]http://dbi.perl.org/[/url]
Jonathan Leffler Guest
-
Jean Sagi #3
Re: Control for "Isolation level" at SELECT statement level
In informix is:
set isolation to dirty read
;
select...
....
;
Hillel Eilat wrote:--> Hi folks.
>
> Some RDBMS products support the following syntax format:
>
> SELECT .... <whatever...> WITH {READCOMMITTED | REPEATABLEREAD | ...
> |SERIALIZABLE}
>
> The WITH clause provides the means for overriding the default isolation
> level (or the one specified upon SET TRANSACTION) at a specific SELECT
> statement.
>
> WITH clause is applicable for INSERT,UPDATE,DELETE as well.
>
> Is there an equvalent to the "WITH" clause in INFORMIX's SQL?
>
>
> Your answers will be appreciated.
>
>
>
> Hillel.
>
>
>
>
Atte,
Jesús Antonio Santos Giraldo
[email]jeansagi@myrealbox.com[/email]
[email]jeansagi@netscape.net[/email]
sending to informix-list
Jean Sagi Guest



Reply With Quote

