[Question] VB.NET and Databases.
So I have a database attached to my program which contains names.
But what I need to know is, how would I make the database update if theirs new names added to the database.
Example:
Computer A has my program but doesn't have a correct database. How would I make it so that Computer A can get an updated version from the Main computer.
Thanks in advance.

host the database on the server, use a connection string.
How you maintain the database is a matter of logic and what type of database you are using (3rd time today, awesome, I am glad to see that people are starting to use databases)
What type of database are you using SQL Server, MySQl , Access, Entity...
This matters somewhat
Not a problem, It's what I hang around for