|
-
Jan 5th, 2009, 03:01 PM
#1
Thread Starter
Lively Member
best way to use sqlserver mobile vr pc
hi,
i need add a sqlserver in a mobile device to store data from the mobile app and for send to the sqlserver pc the same data for sincronize the information there is any sqlserver for a mobile device for free?
here can i get more information about this?
my objective is store information pc vr mobile in a sqlserver database
thanks for your help
-
Jan 6th, 2009, 02:09 AM
#2
Re: best way to use sqlserver mobile vr pc
-
Jan 30th, 2009, 01:41 PM
#3
Re: best way to use sqlserver mobile vr pc
If that mobile device has a networkconnection (wifi,USB with activesync, GRPS, UMTS) you could simple create a connection to the server that is running the SQL service.
Be sure to check for a valid connection
And I believe MSSQL 2008 has serveral tools for just this purpose, including datasyncronisation
MSDN blog
-
Feb 4th, 2009, 03:07 PM
#4
Re: best way to use sqlserver mobile vr pc
Hey,
In addition to what has been set here, it is possible to use a technique called Merge Replication between SQL Server Compact Edition and a full SQL Server Instance. That means, that any changes made to the database of the Mobile Device are automatically sent up to the SQL Server Instance, and vice versa.
There are several articles about this, here is one:
http://msdn.microsoft.com/en-us/library/ms172367.aspx
And I am fairly sure that this series of web casts contains a video that contains step by step guide on how to step Merge Replication up:
http://msevents.microsoft.com/cui/We...CountryCode=US
Hope this helps!!
Gary
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|