摘要:
1, 在winform项目中 Program.cs 文件里添加 using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Ta 阅读全文
posted @ 2024-06-18 16:05
龙卷风吹毁停车场
阅读(30)
评论(0)
推荐(0)
摘要:
找到问题: 是应为我在 ExecuteReader方法 finally中加入了 conn.close(); 导致了我UI层在使用Read的时候, 数据库的链接已经被 finally 里面的conn.close()关闭了 阅读全文
posted @ 2024-06-18 15:16
龙卷风吹毁停车场
阅读(38)
评论(0)
推荐(0)
摘要:
/// <summary> /// 事务处理 /// </summary> /// <param name="sqlList">sql语句数组</param> /// <returns></returns> /// <exception cref="Exception"></exception> p 阅读全文
posted @ 2024-06-18 09:13
龙卷风吹毁停车场
阅读(31)
评论(0)
推荐(0)