string strConn = "server=.\\SQLExpress;database=dbname;User ID=Lucy;Password=123456;Trusted_Connection=True;";
            SqlConnection myConn = new SqlConnection(strConn);

蓁蓁 發表在 痞客邦 留言(0) 人氣()