监控数据添加
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user