Chat4Support
Upgrade IP Database
1. Download IP database file. (http://www.chat4support.com/exe/ip_en.zip)
2. Unzip IP_EN.zip file to gain IP_en.mdb file.
3. Open SQL Server Management Studio
4. New Query
5. Input the following contents to Execute

Use IP_EN
GO
TRUNCATE TABLE dbo.[GeoLiteCity-Blocks]
GO
TRUNCATE TABLE dbo.[GeoLiteCity-Location]
GO
TRUNCATE TABLE dbo.[TempBlocks]
GO
TRUNCATE TABLE dbo.[TempIp]
GO

6. In SQL Server Management Studio, select IP_EN database, right click->Tasks->Import Data...
7. Select IP_En.mdb file as the data source
8. Select IP_En data base as the destination
9. Copy all the tables
10 Click all the tables
11. Choose GeoLiteCity-Location, clicke "Edit Mappings"..button, do the follwing steps.
12. Then, keep on clicking the "Next" button
13. Single click the "Finish" button.