The target machine is a Datalogic Skorpio X3 hand held scanner. The references say it is CE 6.0 with no mention of Windows Mobile. I am replacing an older app for older hardware that ran Pocket Access and used ActiveSync to upload from the scanner.
Replacing the Access side of things is not an option right now.
I have been having difficulty sorting out they correct way to do this because of the older technology.
I have determined that the database of choice here is SQL Server Compact Edition 3.5 SP2. Mainly because SSCE 4.0 is not supported in a Windows mobile (CE/Mobile/Phone) environment.
I have installed: Visual Studio 2008 and SQL Server Compact Edition Server Tools
I've know that there is replication available using SQL Server revisions prior to SQL 2012. SQL Server Management Studio 2012 doesn't support the CE 3.5 connection.
Do I need to install SQL Server Express 2005 to set up the sync to upload the scans and then write some code to transfer the data from SQL Server 2005 to the Access DB or can I somehow sync the Compact DBs directly?