I am student and i am doing project of Order Accepting system for five star hotels.Scenario is Waiter will accept order using Window Mobile which is Connected to WiFi present in hotel.I want to communicate to database(Sql Server) present on My Machine (Computer present in kitchen) through WiFi and Add order into table present inside database. This should notify my application present on Compter and should print order. After completion of Order Application from kitchen will notify to waiter about completion. My problem is How to Communicate with database present on Remote computer using WiFi from windows Mobile. I have other ideas to fulfil my requirment but still is It Possible !!!!!
2 Answers
Looks like you need to read-up on WCF.
Obviously the compact edition of the database does not have all the functionality of the full version that will be running on the remote machine. Depending on what information will be stored on the mobile device you may not need a database on the device at all.
3 Comments
Yes it is possible. I think you are too fixated on the WiFi part. There are certain considerations you need to take into account due to the unreliable network conditions, but beyond that it isn't any different that developing the application on a wired network.