How to import PX8 (IPv4) into MSSQL 2017

Intro This guide aims to demonstrate how to load the IP2Proxy PX8 (IPv4) CSV file into a Microsoft SQL Server 2017 table. If you’re using an earlier version of the SQL Server, you will need to refer to our FAQ page at https://www.ip2location.com/faqs/px8-ip-proxytype-country-region-city-isp-domain-usagetype-asn-lastseen#database for technical information about creating the table […]

How to import DB24 (IPv4) into MSSQL 2017

Intro This guide aims to demonstrate how to load data from the IP2Location DB24 CSV file into a Microsoft SQL Server 2017 table. If you’re using an earlier version of the SQL Server, you will need to refer to our FAQ page at https://www.ip2location.com/faqs/db24-ip-country-region-city-latitude-longitude-zipcode-timezone-isp-domain-netspeed-areacode-weather-mobile-elevation-usagetype#database for technical information about creating the […]

Importing IP2Proxy data into Oracle Database and querying with PHP (IPv6)

The aim of this guide is to demonstrate how to import IP2Proxy data (PX11 IPv6) in CSV form into Oracle Database and then query the data in a PHP web page. Download commercial version at https://ip2location.com/download?code=PX11IPV6 Extract out the IP2PROXY-IPV6-PROXYTYPE-COUNTRY-REGION-CITY-ISP-DOMAIN-USAGETYPE-ASN-LASTSEEN-THREAT-RESIDENTIAL-PROVIDER.CSV file from the downloaded zipped file. Important Note We will […]

Importing IP2Proxy data into Oracle Database and querying with PHP (IPv4)

The aim of this guide is to demonstrate how to import IP2Proxy data (PX11) in CSV form into Oracle Database and then query the data in a PHP web page. Download commercial version at https://ip2location.com/download?code=PX11 Extract out the IP2PROXY-IP-PROXYTYPE-COUNTRY-REGION-CITY-ISP-DOMAIN-USAGETYPE-ASN-LASTSEEN-THREAT-RESIDENTIAL-PROVIDER.CSV file from the downloaded zipped file. Important Note We will not […]

Importing IP2Location data into Oracle Database and querying with PHP (IPv6)

The aim of this guide is to demonstrate how to import IP2Location data (DB26 IPv6) in CSV form into Oracle Database and then query the data in a PHP web page. Download commercial version at https://ip2location.com/download?code=DB26IPV6 Extract out the IPV6-COUNTRY-REGION-CITY-LATITUDE-LONGITUDE-ZIPCODE-TIMEZONE-ISP-DOMAIN-NETSPEED-AREACODE-WEATHER-MOBILE-ELEVATION-USAGETYPE-ADDRESSTYPE-CATEGORY-DISTRICT-ASN.CSV file from the downloaded zipped file. Important Note We will […]

Importing IP2Proxy data into SQLITE and querying with C# (IPv4)

Intro The aim of this guide is to demonstrate how to import IP2Proxy data (PX11) in CSV form into SQLITE and then query the data using C#. First of all, you will need to download the IP2Proxy PX11 CSV file. Download commercial version at https://ip2location.com/download?code=PX11 Extract out the IP2PROXY-IP-PROXYTYPE-COUNTRY-REGION-CITY-ISP-DOMAIN-USAGETYPE-ASN-LASTSEEN-THREAT-RESIDENTIAL-PROVIDER.CSV file […]