sql往數據庫裏面添加數據

//鏈接數據庫的字符串 string conStr = "Data Source=C4YDFGBU2JLJTVR;Initial Catalog=login;Integrated Security=True"; //根據數據庫的表名加入相對應的數據 string sql = "insert into logins(userName,password)";
相關文章
相關標籤/搜索