Client Server Application

melkanzi

Freshman
Joined
Jul 9, 2006
Messages
29
Hi all,
Im working on a project and I would to make it an application that runs on client pcs where the db will be stored/run from a single pc(admin). I'll code the application in VB.NET VS2005 and will use SQL express.
How can I make such application where the users login then at some point they could update the database with some values? What kind of application will this be?? And how can I deploy it as client or server?

Thanks
 
You will just need a connection string. This can point to any database server on the local network or the Internet.
 
Back
Top