3
I am finalizing an agenda of the meeting room that will be in the company reception, so I opted for the base to be locally and not networked. I intend to use Mysql or Sqlite. Is there any way I can install the database together with the application? For example: when I download any program from the internet, it seems that the database is installed together with the application. I am using Innosetup.
If I am not mistaken Innosetup gives the option to 'attach' the file
sqlite
along with the installer– Jéf Bueno
You are mixing some concepts. The right term is not to compile, but to install. You have provided few details to help you. But if I understand correctly, go to Sqlite. Do not choose Mysql and SQL Server to run locally. In many cases it is a cannon shot to kill a butterfly. An unnecessary overhead. Sqlite does not need to be instilled. You just need to put the database file + DLL in your installer. No wonder that on Android Sqlite is so used. Simple and functional.
– cantoni
Related: http://answall.com/questions/78774/instalar-o-sqlserver-com-a-aplica%C3%A7%C3%a3o
– Maniero
Sorry Bigown. Your reply helped me. In the course of day to day I forgot to mark. I just marked as reply. Thank you
– user24136