Link to home
Start Free TrialLog in
Avatar of msberth
msberth

asked on

developing a web-based distributed database management system.

hi experts!thanx so much for all the guidelines you have been giving me,i have really made great progress in my studies,thanx to you!

This time i need you to help me with guidelines as to the steps to follow when developing ;a web-based distributed database management system.this is a project i am working on,so i want some tips on how to tackle it.at the moment i am learning the java as i will be using this language.i understand the web-based part but im not too sure about the distributing part,thus how i will be able to access databases at different sites in one database that i call the headquaters database.i know i have to concern myself with things like the protocols but can u pliz enlighten me on this topic?
Avatar of wyliecoyoteuk
wyliecoyoteuk
Flag of United Kingdom of Great Britain and Northern Ireland image

You need to supply a little more info

what webserver? e.g. Apache, IIS, etc
what database backend? e.g. SQL,MySQL,etc
what scripting? e.g. PHP,ASP,etc
What OS? E.G. wINDOWS, uNIX, lINUX,ETC.

Do you want one backend accessed by multiple clients, or do you want multiple backends that synchronise on a regular basis?

I am not a database or web programmer, just trying to help you ask the right questions.

good luck
You need to supply a little more info

what webserver? e.g. Apache, IIS, etc
what database backend? e.g. SQL,MySQL,etc
what scripting? e.g. PHP,ASP,etc
What OS? E.G. wINDOWS, uNIX, lINUX,ETC.

Do you want one backend accessed by multiple clients, or do you want multiple backends that synchronise on a regular basis?

I am not a database or web programmer, just trying to help you ask the right questions.

good luck
Avatar of msberth
msberth

ASKER

web-server- IIS
database backend-MYSQL
sript-ASP
OS- windows

i want multiple backends that synchronise on a regular basis.
ASKER CERTIFIED SOLUTION
Avatar of wyliecoyoteuk
wyliecoyoteuk
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial