Subject | How to implement SQLServer's WITH(NOLOCK) statment? |
---|---|
Author | real_yoni |
Post date | 2008-04-13T07:26:18Z |
Hi,
In SQLServer I can force a select statment to ignore any locks on a
table (in effect having a shared read on the table).
SELECT * FROM Items WITH(NOLOCK).
How can I accomplish that in Firebird? should I use a special
connection string?
Thanks,
Yoni.
In SQLServer I can force a select statment to ignore any locks on a
table (in effect having a shared read on the table).
SELECT * FROM Items WITH(NOLOCK).
How can I accomplish that in Firebird? should I use a special
connection string?
Thanks,
Yoni.