sql-server – SQL Server:本机客户端与ODBC?

sql Server Native Client连接和ODBC连接有什么区别?这两个优点和缺点是什么?

解决方法

咦? ODBC正式死亡?有人可能想让微软知道:

Microsoft is Aligning with ODBC for Native Relational Data Access

从以上链接

ODBC is the de-facto industry standard for native relational data access…

The commercial release of Microsoft sql Server,codename ‘Denali’ will be the last release to support OLE DB.

最后,

“We encourage you to adopt ODBC in the development of your new and future versions of your application. You don’t need to change your existing applications using OLE DB,as they will continue to be supported on Denali throughout its lifecycle. While this gives you a large window of opportunity for changing your applications before the deprecation goes into effect,you may want to consider migrating those applications to ODBC as a part of your future roadmap. Microsoft is fully committed to making this transition as smooth and easy as possible.””

(加重)

相关文章

SELECT a.*,b.dp_name,c.pa_name,fm_name=(CASE WHEN a.fm_n...
if not exists(select name from syscolumns where name=&am...
select a.*,pano=a.pa_no,b.pa_name,f.dp_name,e.fw_state_n...
要在 SQL Server 2019 中设置定时自动重启,可以使用 Window...
您收到的错误消息表明数据库 'EastRiver' 的...
首先我需要查询出需要使用SQL Server Profiler跟踪的数据库标...