Databases Web Front End

  • Thread starter Thread starter ba.hons
  • Start date Start date
B

ba.hons

Hello all,

not sure this is the best place for this questions but this forum
always seems to provide good answers so i thought i would try anyway.

I have to build a system that will be thin client with back end server
database BUT i will also have a central server database where all
transactions must sync up. The system is to be used as an access
control system with different locations.

Firstly am not sure how to go about building a thin client in .Net at
all. I am quite proficeint in C# so i would like to try and use as
much knowledge of that area as possible.

Secondly what is the best way to synch my client DB's with my central
DB and getting them to pass data between each other.

I do realise that this is very vague but am hoping you will get the
general idea.

Thanks

Adam
 
You probably want to build an asp.net application, when you say thin
client? Create a new solution, and this should be one of the types.
From here, it's actually a lot like any other C# programming
situation.

Is it possible to just use one database and not have to deal with
making them sync up?
 
Back
Top