How to Block a Website on Windows xp, Windows 7 , Windows 10 &11 PC for all browser. Step by Step Easy Process : Step1. Go to the Windows Start Button and click there. A "Search Program & Files" text box will appear at the bottom. On that Textbox type "run", and press enter key. Step 2. A small window dialog box will appear with a text box. On that text box write "system32" and press the enter key. Step 3. Now on the screen you will see lots of Folders under this system32 directory. Find the "drivers" folder and double click on it. Step 4. On this "driver" folder you will get the "etc" folder. Double click on this folder and you will get a file called "host". Now open this "host" file in NotePad. # Copyright (c) 1993-2009 Microsoft Corp. # # This is a sample HOSTS file used by Microsoft TCP/IP for Windows. # # This file contains the mappings of IP addresses to host names. Each # entry should be ke...
How to Import Data (tables) from Postgresql to MS Access Database using ODBC : Step by Step Tutorial
Import Data (tables) from Postgresql to MS Access Database using ODBC : Step by Step Tutorial for data migration from one Database System to Another Database System. Objective :- Transfer data tables form PostgresSQL database to MS Access Database. Step1:- Create a Blank MS Access Database in your Windows system. Step2:- Open that newly created Access database and go the External Data tab. Next Click on the More button. Where you will find lots of options. Select the ODBC_databse form that list. Step 2: Select the source and destination of data. Select the option "Import the Source Data into a new table in the current database", and click OK. Step3: A new Popup window will appear on the screen. Click on the "Machine Data Source" tab. Here you will see the all DNS , data source names . We will select for example "BE" data source name and click OK. Step 4: Import Objects. In this step you will find all the tables under the BE database. Click on the SELEC...