lundi 14 septembre 2015

Change GMap cache from Sqlite to SqlServer

I use GMap.Net to work by Google or Bing maps in .Net WinForms.
This library cache any fetched map tiles in to a sqlite compact file at C:\Users\username\AppData\Local\GMap.NET\TileDBv5\en\Data.gmdb path and so refetching is from that. Now I need to change this cache file to a Sql Server table, because my server and data stored in a Sql Server and all client connected to this server.

View of Cache Path: cache Path

My question is: How to change GMap caching database to Sql Server ?

Aucun commentaire:

Enregistrer un commentaire