From f67e2a5e0f703a73535ef94bfeaa2cfe3d7f87d0 Mon Sep 17 00:00:00 2001
From: Patrick Beemer <32382766+TheCynicalBadger@users.noreply.github.com>
Date: Thu, 9 Jun 2022 14:52:24 -0700
Subject: [PATCH] getting things running
---
BigBlueBox2.0/BigBlueBox2.0.csproj | 2 +-
BigBlueBox2.0/data/Sqlite3_Interface.cs | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/BigBlueBox2.0/BigBlueBox2.0.csproj b/BigBlueBox2.0/BigBlueBox2.0.csproj
index d95eafe..e8f1141 100644
--- a/BigBlueBox2.0/BigBlueBox2.0.csproj
+++ b/BigBlueBox2.0/BigBlueBox2.0.csproj
@@ -65,7 +65,7 @@
true
- true
+ false
true
diff --git a/BigBlueBox2.0/data/Sqlite3_Interface.cs b/BigBlueBox2.0/data/Sqlite3_Interface.cs
index cc4d5d7..2c1e24b 100644
--- a/BigBlueBox2.0/data/Sqlite3_Interface.cs
+++ b/BigBlueBox2.0/data/Sqlite3_Interface.cs
@@ -54,7 +54,7 @@ private static readonly Lazy
private Sqlite3_Interface()
{
// SQLiteConnection.CreateFile("MyDatabase.sqlite");
- this.m_dbConnection = new SQLiteConnection("Data Source=C:/Users/007ds/Documents/GitHub/BigBlueBox2.0/BigBlueBox2.0/assests/data/BigBlueBox.db;Version=3;Read Only=False");
+ this.m_dbConnection = new SQLiteConnection("Data Source=C:/Users/patri/Documents/GitHub/BigBlueBox2.0/BigBlueBox2.0/assests/data/BigBlueBox.db;Version=3;Read Only=False");
m_dbConnection.Open();
}