string conStr="server=.;database=db;uid=sa;pwd=123456";sqlconnection con=new sqlconnection(conStr);con.open();///con.close();