Triggor

Follow My Heart
  博客园  :: 首页  :: 新随笔  :: 订阅 订阅  :: 管理

随笔分类 -  Noun BaiKe

摘要:引自:http://www.csharpfriends.com/articles/getarticle.aspx?articleid=78In this article, we will examine what a stored procedure is and how to call one from SQL Server database. Outline:Why Use Stored Procedures? Creating a Stored Procedure Calling a Stored Procedure Specifying Parameters Data Retrieva 阅读全文

posted @ 2011-07-29 21:05 triggor 阅读(255) 评论(0) 推荐(0)

摘要:“命名管道”或“命名管线”(Named Pipes )是一种简单的进程间通信( I P C)机制,Microsoft Windows NT,Windows 2000、Windows 95以及Windows 98均提供了对它的支持(但不包括Windows CE)。命名管道可在同一台计算机的不同进程之间,或在跨越一个网络的不同计算机的不同进程之间,支持可靠的、单向或双向的数据通信。用命名管道来设计应用程序实际非常简单,并不需要事先深入掌握基层网络传送协议(如T C P / I P或I P X)的知识。这是由于命名管道利用了微软网络提供者( M S N P)重定向器,通过一个网络,在各进程间建立通信 阅读全文

posted @ 2011-07-29 20:10 triggor 阅读(1090) 评论(0) 推荐(0)