TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
izmo
NA
10
0
Can windows form + mobile form?? Help!
Oct 19 2004 2:49 AM
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
Reply
Answers (
0
)
how to do automatic sms generation???
Main ( ) -always Public ?