using System.Data;using System.Data.SqlClient;SqlConnection= conn=new SqlConnection("server=.;uid=sa;pwd=密码;database=db");conn.Open();这样,就和数据库连接上了。