How to read a file that is part of the solution on program load?

后端 未结 2 1531
误落风尘
误落风尘 2021-01-22 03:40

I\'m writing a C# WinForms application, and one of the components of the application is a SQLite database.

If the user is running the program for the first time, the pro

2条回答
  •  后悔当初
    2021-01-22 04:02

    Include an encrypted version of the sql file. Have your program load, decrypt it then execute it. At least that's how I'd do it.

提交回复
热议问题