views:

18

answers:

2

My local machine is using windows application for an appointment fixing .I want to retreive data from webserver DB which also does appointment fixing by online for the same organisation.So I want both these to work in co-ordination.As my first step I want to import data.Can anyone help me to solve this issue,Thanks.

A: 

What problem are you having or concerned? Are you concerned about the concurrent use of the database and date entry, or are you concerned about possible duplication of work?

Also, why do you need a Windows application when you already have a web app? What platform is the Windows application written in (.NET, Win32)?

eed3si9n
A: 

My windows application is running in one hospital.Till now all appointments were given from hospital(Local Machine). Now I want to provide this service through hospitals website also ,so that both work without duplication of time slots. My plan is to allow patients to request for their appointment online . They will be asked to wait for some time interval. We will be getting these requests from webDB to our Local Machine just before end of interval, and provide available time slots to webDB. Web application will do the rest of the job( ie mailing it to patients).

My platform is .NET

Is this information sufficient,kindly reply, thanks.

My windows appln is in one hospital.Till now all appointments were given from hospital.Now I want to provide this service through hospitals website also ,so that both work w/o duplication of time slots.My plan is to allow patients to request for their appointment online . They will be asked to wait for some time interval.We will be getting these requests from webDB to our Local Machine just before end of interval,and provide available time slots to webDB. Web appln will do rest of the job(ie mailing it to patients).My platform is .NETIs this information sufficient,kindly reply, thanks.