I'm trying to joinning SQLServer 2008 R2 tables with msaccess table (*.mdb). I already tried "OPENDATASOURCE" and "Linked Server", but no one of them is work correctly.
in example, I've got the following message:
OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "TestLinkServer" returned message "Cannot open database ''. It may not be a database that your application recognizes, or the file may be corrupt.".
the other error message:
OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "MDBTest" returned message "The Microsoft Jet database engine cannot open the file '\10.55.56.34\Shared Folder\LBUS.mdb'. It is already opened exclusively by another user, or you need permission to view its data.".
and many more :D
can anyone give the working tutorial? thanks in advance.. :)