What does DBMSSOCN stand for?

北战南征 提交于 2019-12-13 04:36:12

问题


I know what it is, which is the Winsock TCP/IP protocol for database connections, just not what it is an acronym for.

Perhaps something like:

Data Base Micro Soft SOCket Network?

Seems a bit clunky. I was working with a SQL trainee today, and realized I didn't actually know what it stood for. Searching only turned up an explanation of the protocol and how it works.

Any ideas?


回答1:


Being Microsoft and all, we can't really know for sure ;)

That being said, by looking at other similar libraries it looks like you hit the nail on the head:

dbnmpntw - Win32 Named Pipes
dbmssocn - Win32 Winsock TCP/IP
dbmsspxn - Win32 SPX/IPX
dbmsvinn - Win32 Banyan Vines
dbmsrpcn - Win32 Multi-Protocol (Windows RPC)

(source: http://support.microsoft.com/kb/238949)



来源:https://stackoverflow.com/questions/21691069/what-does-dbmssocn-stand-for

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!