I am working on an application where a sqlserver database is centrally located on a dropbox server. The application that is resident on a pc connects to the dropbox database.
At first I was thinking to set up the database on the selective syn feature, so it is available in user/dropbox. I saw a thread that suggested that as dropbox is always syncing it would create a problem with programmatically connecting to the local copy. Is this true? And if so, are there any work around solutions?
I was also just changing the connection string in the app from a local db to an internet based connection string, but I didn't see where that was done.