0
Reply

Can windows form + mobile form?? Help!

izmo

izmo

Oct 19 2004 2:49 AM
1.9k
One of the features of my mobile medical applications is that people make registraion for consultancy with doctors via mobile phone and the patient name will be appeared in the queue status so that the nurse in the hospital knows who has already registered although the person is not physically present. queue status will be appeared in Windows form instead of mobile website. My idea is that, once registration has been made, the data will saved in the database at the server side. So in this case, the nurse can use Windows form, which is also at the server side, to load latest data from the database to view the latest queue status, at the same time server is always on as follows. client devices --> mobile website --(data)--> database(store patient details) <-- Windows form <-- nurse (who can see the queue status locally). From here, we can see that The database connections from mobile website to database and from windows form to database are on at the same time, would it be any conflict happened????? Most importantly, Is it possible for this idea to work out??? Thank u