Click here to Skip to main content
15,913,941 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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

Sharath
Posted

1 solution

Yes. If the connection is still in the cache you'll have to clear it out or wait for it to expire and clear out on its own.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900