Re: Struggling with Mobile Development
- From: "Ginny Caughey [MVP]" <ginny.caughey.online@xxxxxxxxxxxxxx>
- Date: Mon, 14 Jan 2008 17:19:32 -0500
John,
You can get the definitive book on replication here: http://blogs.msdn.com/robtiffany/
You can also find a nice sample here: http://www.microsoft.com/downloads/details.aspx?FamilyId=80A5C2C5-4F9B-4C1A-BFF6-2A3C6B68D15B&displaylang=en
Also keep an eye on this space for more sync options: http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=1225&SiteID=1 (Sync with mobile devices is not currently supported by Sync Services, but it is under development.)
And finally, you can write your own desktop application that can connect to SQL Server and build a SQL Compact database for use on a mobile device using the SqlClient and SqlServerCe namespaces for managed development or OleDb for unmanaged.
--
Ginny Caughey
Device Application Development MVP
<ibidibi411@xxxxxxxxxxx> wrote in message news:9563f68b-e2aa-4ddc-9893-d019c60fa31b@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,
I am to begin developing CE database applications that are going to
need direct connectivity to a full SQL Sever database or at least
*seem* like they are directly connected. I am thinking that SQLServer/
CE is the logical way to proceed, but how do I get the data from
the .sdf file into the SQL Sever? I've seen some stuff about using
replication, but that seems pretty difficult and I don't know where to
find sample code for this. I have been able to connect the
application's controls to an SDF file, but how do I get the data from
the SDF into the actual server??
Thanks,
John
.
- Follow-Ups:
- Re: Struggling with Mobile Development
- From: ibidibi411
- Re: Struggling with Mobile Development
- References:
- Struggling with Mobile Development
- From: ibidibi411
- Struggling with Mobile Development
- Prev by Date: Struggling with Mobile Development
- Next by Date: Re: Struggling with Mobile Development
- Previous by thread: Struggling with Mobile Development
- Next by thread: Re: Struggling with Mobile Development
- Index(es):
Relevant Pages
|