2
I am creating an application in C#, but a question came to me. Which database is used so that it is not necessary to install the database in the client’s system? For example: If I were to use Postgresql how could I integrate the application with the database when installing without having to install the DBMS itself? Not that DBMS is Postgresql, it would be something like SQL Server that is already included in the C# or Sqlite library something like?
@Israelsouza, you don’t need to install the BD, since your web.config or app.config points to an IP address of the BD. Now, even install if you need to point as spoken.
– pnet