M
macroapa
Hi,
I have a SQL server db where a query in SQL Query Analyser is written
as:
SELECT *
FROM Table1 WITH (nolock)
Now I have an ODBC link to this table in MS Access and want to have
exactly the same select query which at no point locks any of the data.
MS Access doesn't appear to have a WITH (nolock) command. What would
the equivalent be?
Thanks
I have a SQL server db where a query in SQL Query Analyser is written
as:
SELECT *
FROM Table1 WITH (nolock)
Now I have an ODBC link to this table in MS Access and want to have
exactly the same select query which at no point locks any of the data.
MS Access doesn't appear to have a WITH (nolock) command. What would
the equivalent be?
Thanks