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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

the table is open in exclusive mode by another user

Status
Not open for further replies.

sitmapa

Programmer
Aug 26, 2002
69
PA
vb6
access 97
ado 2.5

my application are install in 6 pc, 3 with win98, 1 xp, and 2 with win2k.

all work fine, except the win2k, when the user try to access the application for any query, i get the error,
like:

the table xxx are open in exclusive mode by another user, and can not be accesed by code.

i do the same query in the other computer, and all work fine,

what may be the problem....
thank´s for any help....

 
Found in groups.google.com:

-----
There is a known error in the Win2K network client.
Try this on the win2K machines (please reply and tell
us if it helps in this situation):
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MRXSmb\Parameters OplocksDisabled REG_DWORD 0 or 1
Default: 0 (not disabled)

NOTE: The OplocksDisabled registry value configures Windows 2000 clients
to either request or not request opportunistic locks on a remote file.
-----

Hope this helps.

Glen Appleton

VB.Net student.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top