本文实例讲述了C#简单连接sql数据库的方法。分享给大家供大家参考,具体如下: using System; using System.Collections.Generic; using System.Text; //数据库操作对象库 using System.Data; using System.Data.SqlClient; using worddic; namespace testDB { class Program { static void Main(string[] args) { //char[] array = new char[2] ;