I have an Access database (composed of one table and some reports) that I migrated to SQL Server using the Access "Move Data" wizard. I can read/write to it just fine from the custom in-house software with no errors.
It's SQL Server 2008 R2.
Everything is default - since it was just one table I didn't change anything but permissions.
I connect to it via ODBC in Access. If I leave the table open when viewing the data, I get the following error:
ODBC - Call Failed. [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionRead (recv()). (#10054) [Microsoft][ODBC SQL Server Driver][DBNETLIB]General Network Error. Check your network documentation. (#11) [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionRead (recv()). (#10054) [Microsoft][ODBC SQL Server Driver][DBNETLIB]General network error. Check your network documentation. (#11)
I then...