Yes, you need the client libraries to connect to the PostgreSQL database server.<br><br>The PostgreSQL database access provided by the FreePascal team depends on the client libraries ( libpq and related ) supplied by the PostgreSQL team.<br><br>If you don't have them already from another PostgreSQL download you might consider <a href="http://www.pgadmin.org/index.php">pgAdmin</a>, a nice administration tool which includes these DLLs too.<br><br><b><i></i></b><blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;">From: "Dave Coventry" <dgcoventry@gmail.com><br>To: lazarus@miraclec.com<br>Date: Sun, 25 May 2008 17:08:05 +0200<br>Subject: [Lazarus] Connecting to a Postgres Database<br><br> Hi,<br><br>I'm using a windows machine (XP) running my app written with Lazarus<br>and trying to connect to a Postgres Server.<br><br>Whenever I turn the Connected field on my PQConnection component, I<br>get an error saying
 that it cannot find PostgreSQL client and<br>referencing libpq.dll.<br><br>Does anyone know what's happening?<br><br>Do I need a client to start the connection with the server?</blockquote>