监控数据添加

This commit is contained in:
hsc
2026-06-26 16:07:22 +08:00
parent 4567f058b5
commit 8f124fb08d
10 changed files with 440 additions and 141 deletions

View File

@@ -46,7 +46,7 @@ namespace ORM
// 拼接数据库文件路径
string DBPath = Path.Combine(folder, "SQL.db");
DbConnectionString = $"Data Source={DBPath};Version=3;";
DbConnectionString = $"Data Source={DBPath};";
}
public static void InitMySql(string Server, int Port, string Database, string Uid,string Pwd)
{