C# Using WIPMania in Application
Hey im trying to use the WIPMania Geolocation database in my C# application but i really don't know how to it...
I'm looking for a way without having to include external libraries if possible...
http://www.wipmania.开发者_JAVA百科com/en/base/
There are some different formats availible.
So i'm now using a local SQLCE database which i also need for the rest of my application.
I imported the data from the .sql files and now it should work...
But in VisualStudio 2008 the performance of database queries in VS itself (not in the program) is sooo slow. 50k+ entries take ages to be added or deleted...
精彩评论