index > SQL Server Everywhere Edition > Deploying with sql server express

Deploying with sql server express

I have developed a windows mobile 5.0 application that is currently syncing with sql server 2005. I want to deploy the application with sql server express for the client. What do I need to do to make this work?

Thank you.




kizelli
kizelli

It depends on how you're syncing. If you're using manual implementation via SQL Client on device, that would work with properly configured SQL 2005 Express as well.

Ilya Tumanov
I am using replication. Can you direct me to some reference material that can assist me in changing to manual sync?


kizelli
kizelli

I'm not aware of any reference materials on that. The idea is very simple - you go through all records in one db and compare them with records in another db. If they are different, you'd need to synchronize them as appropriate in your particular case. For example:

Before:

SQL Mobile              SQL Express          Action

1-foo                            1-foo                       Same data, do nothing

2-bar                             2-foobar              Data changed, copy from Express to Mobile

2-some                       <nothing>              Record deleted, delete from Mobile  

                                                             (or is it added on device? - that's for you to track)

Before:

SQL Mobile              SQL Express         

1-foo                            1-foo                      

2-foobar                        2-foobar             

As far as I know you can run SQL Express and SQL Server side by side, though you would need to use nonstandard port.




This posting is provided "AS IS" with no warranties, and confers no rights.
Ilya Tumanov
Also, to test with sql server express will I need to install it on my computer? I am running sql 2005 and visual studio 2005. Can I load express in addition to what I have installed. I do not want to un-install anything that I have currently. What is your suggestion?


kizelli
kizelli

some honest, non-politically correct advice - I wouldn't install SQL Server 2005 and SQL Express on the same machine. it can cause you a lot of difficult issues - I'm not saying it can't be made to work, but you're asking for a day of searching newsgroups to resolve the issues that this introduces. either remove SQL Server and re-run the VS2005 setup, choosing SQL Express as an optional install component, or use a separate box to run SQL Express on.

-Darren




.NET Compact Framework MVP
Darren Shaffer
reply 6

You can use google to search for other answers

 

More Articles

• Is it a bug ?
• Why System.Data.SqlserverCe.Dll doesn't appear in VS2005
• Select date year below 1950 not valid?
• .Net CF 2.0 Error , "Can't find PInvoke DLL 'dbnetlib.dll'.&...
• What is the difference in WM5 windbase.h and windbase_edb.h ?
• SqlCeRemoteDataAccess Pull issue with ConnectionString
• SQL Everywhere - Can't connect from VS.NET after create DB w/ Mgm...
• Connection to database takes up alot of memory in application
• Extracting Data from SQL CE SDF file
• How to check for table existence before dropping it?
Bookmark and Share
Welcome to Bokebb   New Update  
 

New Articles

• SQL Server Mobile 's cryptographic algor
• Cannot build SQL Server Mobile solution
• MDB to SDF
• SQL Mobile 2005 Replication - SQL Mobile
• RDA and sql server mobile database
• Does 'SELECT INTO' not work in SQL Mobi
• Adding SDF data into a Listview - C#
• Connecting SQL SERVER to SQL EVEREWHERE
• Migrating from 2005 to 2005 Mobile
• Creating and deploying sql mobile databa
• RAPI fails on CeMountDBVol (WinMobile 5)
• EDB record limits and EDB vs RAPI
• cannot P/Invoke SQLCEME30.DLL when debug
• RDA Pull from Windows Server 2003 gives
• Adding Table to Dataset for SQL Server M

Hot Articles

• About SQL Mobile Server
• I have the same problem
• Using the same connection in multiple th
• Flash application for WM5, with SQL Mobi
• SQL Everywhere Remote
• 0x80040e21 error running SQLCE 2.0 on Wi
• sqlce 3.0 vs sqlce 2.0 memory issue
• Behavior difference between SQL Mobile P
• Locking up after SQL Server Mobile Merge
• Using Push in RDA for sync the data fro
• VB 6.0 with SQL Everywhere ??
• Connection to database takes up alot of
• Dates problem in SQL Server Evrywhere ed
• sqlCeReplication.HostName size limit fix?
• How many Mobile DB's can sync with one s

Recommend Articles

• Using Push in RDA for sync the data fro
• SQL CE 2.0 performance diffence on WM5 a
• Creating database build scripts and USE
• SQL Mobile - Locale Not supported
• connecting to sql server from mobile dev
• Error when applying snapshot
• Regarding MergeReplication-Tutorial
• Rapi SecurityPolicy on Windows Mobile 5
• SQL Mobile Query
• Upgrade scripts for SQL Server Mobile Da
• Execution plans - SQLCE 3
• replication; what is: SqlCeReplication.S
• Can I use SQL_Mobile as PC desktop serve
• Connection string for SqlCeConnection
• Reg:Error in PULL (RDA) for data sync