Database connection with ADO

This commit is contained in:
Spudnut2000
2025-06-11 22:54:55 -05:00
parent b20b026aff
commit 6324c85080
8 changed files with 117 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"ConnectionStrings": {
"DefaultConnection": ""
"DefaultConnection": "server=localhost;port=3306;database=client_schedule;uid=sqlUser;password=Passw0rd!"
},
"AppSettings": {
"DefaultLocale": "en-US"