We recently downloaded the offline SQLite database to use with our application. When loading the base map without setting the CurrentExtent property, we get the base map of the world within a few seconds. As soon as we try using the CurrentExtent the load time increases to nearly 2 minutes. We’ve tried several connection string options, but nothing seems to improve the initial load time. Currently we are using a connection string as follows:
“Data Source=” + systemConfig.MapDatabaseFilePath + ";Version=3;Read Only=True;
The database is stored on a network share. Any thoughts to improve the load time?