views:

40

answers:

0

I have asked this question before but not for sql server express. It seems that web services is not an option for syncing sql server express and iphone.

Besides that it is not a necessity to sync within 3G or a Wifi connection. It is good enough to connect the iphone to the pc so that it can find the sql server through the network (probably via bonjour services or something similar) and perform the calculations there.

I can build a .NET application that is responsible for it, but i would like to ask if i am on the correct path here, or if you have an easier solution to propose.

If the idea of using bonjour services is correct, then how should i get it sync properly with the iphone?

Any help would be really appreciated.