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

File access is denied

Status
Not open for further replies.

sohrab100

Programmer
Jan 18, 2002
56
HK
Will RLOCK() function or SQL Update/Insert/Delete make the table "File access is denied"?

If not, what cause the table being write protected?
sohrab100
 
Rlock() will not lock the entire table...

A number of things could be causing this, table being opened exlcusively in a multi-user environment is just one example...could you give a little more information about what code is running or what you are doing prior to this message appearing and the environment in which it is happening? Slighthaze = NULL
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top