views:

103

answers:

3

hi I have been looking for help with not much luck till i arrived here. I want to develop an SQL server database and an application which will act as a server to allow a pda to send data to and wirelessly synchronise and information to sendAs it uses mobile application I would like to utilise it over a WIFI network.Any information would be very apreciated. I will be using visual studio to develop as it has SQL SERVER in built. Thanks

Verma

+1  A: 

If you use SQLCE on the PDA there are two technologies that could help.

SQL Merge Replication

ADO.NET Synchronisation Services

Christopher Edwards
A: 

Microsoft Sync Framework v2.0 CTP1 is fairly new (Oct '08 release from MS) You can get more information about it, and the latest releases from the Microsoft Sync Framework page.

"Microsoft Sync Framework is a comprehensive synchronization platform that enables collaboration and offline access for applications, services and devices. It features technologies and tools that enable roaming, sharing, and taking data offline. Using Microsoft Sync Framework, developers can build sync ecosystems that integrate any application, with any data from any store using any protocol over any network."

Doug L.
A: 

Sorry not IIs 6.0 I meant IIs 7.0 Does anyone hane any info on how to deploy a web service made in visual studio 2008 Does anyone have any info on how this can be done

Thanks

Verma

Stop using answers as comments. When things get voted on, the order will change, and they make absolutely no sense. Use the "Add Comment" feature.
ctacke