Generate DAT and Generate All work

Check boxes not hooked up yet
This commit is contained in:
Matt Nadareski
2016-03-29 21:46:27 -07:00
parent ac03051e04
commit 3ef696b48c
3 changed files with 78 additions and 65 deletions

View File

@@ -116,6 +116,8 @@ namespace SabreTools
if (_sources != "")
{
string query = "SELECT name FROM sources WHERE id in (" + _sources + ")";
Console.WriteLine(query);
using (SQLiteConnection dbc = new SQLiteConnection(_connectionString))
{
dbc.Open();