SQL Server 2012 via native C++ (no ATL) preferred access method from Windows
问题 I have a native C++ application that runs under Windows 64, it doesn't use ATL (and will not). I want to be able to connect from my application to SQL Server 2012 over the network. I have the following requirements: Performance is the key The C++ will only insert records (say by calling Stored Procs), nothing else (no selects, deletes or updates). Record insertions should be non-blocking (async). I narrowed my choices down to OLE DB and ODBC as they satisfy the criteria above. However, it