Which topic is this?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am writing an application, but I think I may want this applcation to run in
a client/server environment. That is, I want the database reside on server
and the clients request the data from such machines. My considerations
involves, how do I set up a deployment package for such solution? Should it
be set up that my client machines get different code from the server? What if
I am far advanced in my programme, what kind of changes am I looking to do in
my programme to accomodate such a change? What topic should I be reading to
help me solve such problems?
 
Dave,

As long as you use only a database server on the server, than it is a normal
situation.

As you start to create an extra tier for the database on the server (a
service) which handles the database, than you have to deploy two programs. I
have not the idea that you are doing it, and if you doing it, than you have
in my idea with modern servers as SQL Server to think twice why you do it.

A simple deployment and setup project will probably help you to deploy your
client program.

Cor
 
Back
Top