Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MySql バックエンドを使用して C# でアプリケーションを作成しました。Windowsサーバーでアプリケーションを実行している間はすべて問題ありませんが、クライアントがデータベースをオンラインにする必要があり、ホストされているWebサイトはLinuxサーバーにあります。
問題は、C# のすべてのクエリですべてのテーブルを大文字で記述したため、Linux サーバーがテーブルが見つからないというエラーを返すことです。
どうすればこの問題を解決できますか?