This commit is contained in:
QkoSad
2024-11-28 14:36:15 +02:00
parent 06ea52ead6
commit fd82786671
12 changed files with 22 additions and 213 deletions
+2 -2
View File
@@ -10,9 +10,9 @@ namespace Server
{
try
{
// Open the connection
// open connection
conn.Open();
// Prepare the SQL query
// prepare SQL query
MySqlCommand cmd = new MySqlCommand();
cmd.Connection = conn;
cmd.CommandText = "CALL InitDB";