diff options
Diffstat (limited to 'src/bin/pgaccess/doc/html/win32.html')
-rw-r--r-- | src/bin/pgaccess/doc/html/win32.html | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/src/bin/pgaccess/doc/html/win32.html b/src/bin/pgaccess/doc/html/win32.html new file mode 100644 index 00000000000..368eb9990eb --- /dev/null +++ b/src/bin/pgaccess/doc/html/win32.html @@ -0,0 +1,45 @@ +<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> +<html> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> + <meta name="GENERATOR" content="Mozilla/4.61 [en] (X11; I; Linux 2.2.11 i586) [Netscape]"> +</head> +<body bgcolor="#FEFEDF"> + +<h2> +PgAccess on Win32</h2> + +<hr>In order to run PgAccess on a Win32 workstation you should follow the +following steps: +<ol> +<li> +download and install a Tcl/Tk package from <a href="http://www.scriptics.com">Scriptics</a> +(8.0.x or 8.1.x)</li> + +<li> +install PgAccess package</li> + +<li> +check the Tcl/Tk version that you have</li> + +<li> +check the PostgreSQL version installed on your database server machine</li> + +<li> +get from win32/dll directory the appropriate libraries suitable for your +Tcl/Tk version and PostgreSQL version and copy them into your Windows/System +directory renaming them as libpq.dll and libpgtcl.dll</li> + +<li> +check if your win32 workstation is able to see your database server (ping +yourdatabaseserver)</li> + +<li> +ask your database administrator to verify if your win32 workstation has +access rights to the database (pg_hba.conf)</li> +</ol> + +<p><br>You should be able to run PgAccess. +<br> +</body> +</html> |