Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

read isolation levels

Status
Not open for further replies.

TRBLUE

Programmer
Nov 11, 2007
6
US
Is there a way to use ms access 2003, 2007 with read uncommitted record so that it does not lock SQL with updates.

Anyone know of a way to set this up.

We currently use sql replication and rather not have to use this.

For example if im in SQL doing mass update and open up table in access i have to wait until update has finished then i can view the records in access....

Sometimes if access got the record sql can't update either this causes blocking in sql.

Thanks
 
Whose SQL? SQL Server, Jet SQL, MySQL ...?
 
It seems you need a passthrough query. You should be able to get more information in the SQL fora, for example forum183.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top