esdion 發表於 2026-1-6 18:33

MySQL_Integrated\Form1.cs

            {
                string selectedDb = comboBoxDatabase.SelectedItem?.ToString();
                if (string.IsNullOrEmpty(selectedDb))
                {
                  textBoxLog.AppendText("Please select a database first\r\n");
                  textBoxLog.AppendText("❌ Please select a database first\r\n");
                  return;
                }
                string query = txtQuery.Text.Trim();
                textBoxLog.AppendText($"Executing query: {query}\r\n");
                textBoxLog.AppendText($"
頁: [1]
查看完整版本: MySQL_Integrated\Form1.cs