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.
SQLiteWindows アプリケーションでデータベース バージョン 3 を使用しています。クライアントがデータベースを開けないようにするために、またはその他の暗号化方法C#を使用して SQLite データベースを暗号化したいと考えています。構成ファイルにpassword追加する必要がある変更は何ですか。connection string
SQLite
C#
password
connection string
Data Source=filename;Version=3;Password=myPassword;
ソース: http://www.connectionstrings.com/sqlite