D
David
I'm trying to open an OleDb connection to an Access .mdb file to fill a
datareader and display the records in a datagrid on a web form (using Visual
Studio .NET). It all works great when the .mdb file is local, but when I try
to connect to an .mdb file on a network share, the web page displays, "The
Microsoft Jet database engine cannot open the file
'\\CoSvr2\backends$\Base.mdb'. It is already opened exclusively by another
user, or you need permission to view its data." But the file isn't open and
granting full control permissions on the share to everyone doesn't work. Any
help would be greatly appreciated!
David
datareader and display the records in a datagrid on a web form (using Visual
Studio .NET). It all works great when the .mdb file is local, but when I try
to connect to an .mdb file on a network share, the web page displays, "The
Microsoft Jet database engine cannot open the file
'\\CoSvr2\backends$\Base.mdb'. It is already opened exclusively by another
user, or you need permission to view its data." But the file isn't open and
granting full control permissions on the share to everyone doesn't work. Any
help would be greatly appreciated!
David