网站首页 站内搜索

搜索结果

查询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 人评论 次浏览
扫一扫关注最新编程教程