summaryrefslogtreecommitdiff
path: root/src/bin/pgaccess/doc/html/win32.html
blob: 368eb9990eb6202a939c3a75d12938e177e840f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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>&nbsp;
</body>
</html>