You might get the above error message, when you are trying to connect to a SQL Server instance, from another server, using SQL Server Native Client 11.0. SQL Server 2012 Native Client (yes, that is SQL Server Native Client 11.0 –download here), is a stand-alone data access applicati...
The critical part of the referenced link is thekeyset cursors ability to see changes in the data. When you open the cursor the sp_cursoropen or sp_cursorprepexec procedure is called returning a cursor handle to the ODBC client. You then use the SQLFetch A...