Subject Re: How to implement SQLServer's WITH(NOLOCK) statment?
Author real_yoni
It is the other way around, the with(nolock) hint means that the
SELECT doesn't get locked by anyone.

This is what I want.

Yoni

--- In firebird-support@yahoogroups.com, "Martijn Tonies"
<m.tonies@...> wrote:
>
> > In practice what it means that select statments never get locked.
and
> > this is what I'm tring to achieve.
>
> In Firebird, SELECTs will never lock something.
>
> What more do you want?
>
> Martijn Tonies
> Database Workbench - tool for InterBase, Firebird, MySQL, NexusDB,
Oracle &
> MS SQL Server
> Upscene Productions
> http://www.upscene.com
> My thoughts:
> http://blog.upscene.com/martijn/
> Database development questions? Check the forum!
> http://www.databasedevelopmentforum.com
>