May 3, 2013 at 12:35 am
I have to create local database and remote database.
i want to update database when ever the changes comes(update both database)..
example:
in online ticket booking , user can book ticket on web and in cinema theater itself.
whenever the user book a seat , need to update both databases.
please suggest some ideas for this problem??
my idea to keeping local and remote database may be wrong .
please help me to find out a solution??????????????????????
May 3, 2013 at 3:21 am
Hi,
Why do you need two databases? What is the advantage of having two databases?
Having one database with a good backup strategy is enough. This is in use at quite big systems.
Regards
IgorMi
Igor Micev,My blog: www.igormicev.com
May 3, 2013 at 5:33 am
k. thnkx
May 3, 2013 at 5:40 am
if we use desktop application and web application for ticket booking,
how the database will update:
in booking ticket using web and desktop application concurrently..?????
May 3, 2013 at 5:48 am
have the desktop application e use some web services you will need to create whichreturn available tickets and another to book tickets.
maybe an additional web service so you can see what has already been booked foir admin purposes.
That way everything is centralized at one location(the web database), but can be extended to a desktop applicaiton, and then a iphone app, and then an android app,blackberry,kindle etc.
Lowell
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply