摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Collections;using System.Configuration.Install;using System.Collections.Specialized;using System.ServiceProcess;namespace IAU.Ser 阅读全文
posted @ 2014-03-06 17:05 AnswerCard 阅读(254) 评论(0) 推荐(0) 编辑
摘要: Windows Data Type .NET Data TypeBOOL, BOOLEANBoolean or Int32BSTR StringBYTEByteCHARCharDOUBLE DoubleDWORDInt32 or UInt32FLOATSingleHANDLE(and all other handle types, such as HFONTand HMENU) IntPtr, UintPtr or HandleRef HRESULTInt32 or UInt32INTInt32LANGIDInt16 or UInt16LCIDInt32 or UInt32LONGInt32L 阅读全文
posted @ 2014-03-06 17:01 AnswerCard 阅读(1061) 评论(0) 推荐(1) 编辑
摘要: 一、.NET Framework Data Provider for SQL Server类型:.NET Framework类库使用:System.Data.SqlClient.SqlConnection厂商:Microsoft标准安全连接Data Source = myServerAddress;Initial Catalog = myDataBase;User Id = myUsername;Password = myPassword;使用服务器名\实例名作为连接指定SQL Server实例的数据源。如果你使用的是SQL Server 2008 Express版,实例名为SQLEXPRES 阅读全文
posted @ 2014-03-06 15:13 AnswerCard 阅读(345) 评论(0) 推荐(0) 编辑