I have a Synchronization application which updates my mobile application's local db for every change in the Main DB. Recently my Main DB is changed from one system to another system. But My synchronization application is pointing to previous DB and doing sync with it only. I tried to change the connection string in app.config, the result, it points to previous db.After recreating the cache it worked perfectly.
Do I realy need to recreate my cache from newly implemented DB? then what is the case in production environment?
Thanks in advance
Ahmed