Subject How to implement SQLServer's WITH(NOLOCK) statment?
Author real_yoni
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.