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.
既存の SQL Server CE 4 ファイルをパスワードで保護する方法を誰か教えてもらえますか?
SqlCeEngine.Compact メソッドで、パスワードを指定します。または、コマンド ラインから SqlCeCmd を使用できます。
sqlcecmd40 -d "Data Source=C:\test.sdf;" -z "Data Source=;Password=secret"