The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: kenngough on September 10, 2005, 01:40:20 AM

Title: Opening data file input-output shared on a network
Post by: kenngough on September 10, 2005, 01:40:20 AM
What options are used to open a data file,. shared across the network, that can be area protected and updated. I am getting sharing violations when the second user opens the file from a nother network node.  Thanks.
Title: Re: Opening data file input-output shared on a network
Post by: bozo on October 02, 2005, 08:00:40 AM
Both applications attempting to open the file..i'm assuming with CreateFile, should work fine
so long as they use FILE_SHARE_READ.
would that work?

probably too late now.. :)