私のウィンドウフォームには、ユーザーがそこからテーブルの名前を選択できるコンボボックスがあります:
string Command = "INSERT INTO ['"+variable+"'] VALUES ('" + _ID + "','" + txt1.Text + "') ";
Connection(Command);
しかし、このようなエラーがあります。Could not find output table ''Tels''
Tels
代わりに書き込むと、variable
正しく機能します。