摘要: 本地提供程序的性能一般比OLE DB或者ODBC提供程序更为出色,因为它是特地为这种数据库所设计的,并且它在应用程序和数据库之间消除了一个间接层。using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Data.SqlClient;using System.Data.OleDb;using System.Data.Odbc;namespace SqlCon{ class Program { ... 阅读全文
posted @ 2013-04-11 22:29 Life Is This 阅读(140) 评论(0) 推荐(1) 编辑