[DBTools] Add new param, update usage

This commit is contained in:
Matt Nadareski
2016-09-01 23:17:09 -07:00
parent 6444f83aee
commit 14a701b05a
5 changed files with 24 additions and 54 deletions

View File

@@ -26,7 +26,8 @@ namespace SabreTools
// Private required variables
private static string _datroot = "DATS";
private static string _outroot = "Output";
private static string _dbName = "dats.sqlite";
private static string _dbSchema = "dats";
private static string _dbName = "dats.sqlite";
private static string _connectionString = "Data Source=" + _dbName + ";Version = 3;";
private static Logger _logger;