随笔分类 -  C# Sqlite 数据库使用

摘要:比对两个数据库的字段,进行表自动创建和字段更新 public void UpdateDbInfo() { string newPath = this.textBox2.Text; if (!Directory.Exists(newPath) && !File.Exists(newPath)) { A 阅读全文
posted @ 2023-12-22 09:14 CV攻城员 阅读(281) 评论(0) 推荐(0)