2014年4月22日
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;using System.ComponentModel;using System.... 阅读全文
posted @ 2014-04-22 21:34 z5337 阅读(181) 评论(0) 推荐(0)
摘要: ADODB.Connection的连接字符串(ConnectionString)的生成之道(转) ADO是当前访问数据库的主流,但其ConnectionString往往有一大串,并且在访问不同的数据库(如Access和SQL Server),或访问方式(通过ODBC和OLE DB)不一样时,其具体... 阅读全文
posted @ 2014-04-22 14:36 z5337 阅读(287) 评论(0) 推荐(0)