热门标签
更多>
搜索结果
查询Tags标签: deleteStr,共有 2条记录-
winform操作数据库
1.获取连接SqlConnection con = SqlConnect.getConn(); 2.绑定SqlConnection对象 SqlCommand command = con.CreateCommand(); 3.绑定SQL语句String deleteStr = "delete from WorkingLine where StationName=@STATIONNAME";command.CommandText = deleteStr; 4…
2021/7/21 2:09:01 人评论 次浏览 -
winform操作数据库
1.获取连接SqlConnection con = SqlConnect.getConn(); 2.绑定SqlConnection对象 SqlCommand command = con.CreateCommand(); 3.绑定SQL语句String deleteStr = "delete from WorkingLine where StationName=@STATIONNAME";command.CommandText = deleteStr; 4…
2021/7/21 2:09:01 人评论 次浏览