J
JensB
I made a Windows Service in VS 2005, that every hour replicate data between
2 Access databases on 2 different servers.
This work well on my developer machine, as the connection string and path to
database is hardcoded in the code.
I want to deploy this to my customers.
My question is, how should my code look like, if these settings should be
set, either during installation of the service or even better as property?
Thanks in advance
Jens
2 Access databases on 2 different servers.
This work well on my developer machine, as the connection string and path to
database is hardcoded in the code.
I want to deploy this to my customers.
My question is, how should my code look like, if these settings should be
set, either during installation of the service or even better as property?
Thanks in advance
Jens