0

When I create window form application it works fine but when I install on other system it shows database error. so how to develop an application where the connection string is changed by the time of installation or what type of database should be used.

I installed sql server databases, sql management studio in the target system but failed. please show me how applications are built which requires no installation of sql server etc. or a method in which confection string is changed by the time of installation.

Keyvan Soleimani
  • 606
  • 2
  • 4
  • 16
  • Do you want: A. multiple people using your application to share data from _one central_ database, or B. Each application user gets their own private database? – Nick.Mc Jan 08 '23 at 10:27
  • B. Each application user gets their own database – sajid khan Jan 08 '23 at 12:32
  • I suggest you use LocalDB and have it install with your app https://stackoverflow.com/questions/68749827/install-microsoft-sql-server-localdb-on-clients-machine-through-c-sharp-applica – Nick.Mc Jan 09 '23 at 05:39

0 Answers0