Re: POstgreSQL 8.1.X/Lazarus? - Mailing list pgsql-general

From Tony Caduto
Subject Re: POstgreSQL 8.1.X/Lazarus?
Date
Msg-id 43B41915.9030908@amsoftwaredesign.com
Whole thread Raw
In response to POstgreSQL 8.1.X/Lazarus?  (Zlatko Matić <zlatko.matic1@sb.t-com.hr>)
List pgsql-general
Are you running Lazarus on win32 or Linux?(I assume win32 because you
mentioned a dll)

I have successfully used Zeos with Delphi against a 8.1 server, I even
used the libpq74.dll that ships with zeos.

I guess you should make sure any versions of libpq you have are in your
system32 dir.   Windows first checks the system dir, then your app dir
for dlls. (it used to be the other way around)

Also check out the Zeos forums at:
http://zeosforum.net.ms/

Later,

Tony Caduto
AM Software Design
Home of PG Lightning Admin for Postgresql
http://www.amsoftwaredesign.com


>
> Is there anybody using lazarus with new POstgreSQL 8.1.X ?
> I couldn't connect using Zeos, because it seems zeos work only with old
> versions of PostgreSQL.
> Also, I couldn't connect by using TPSQL, because it can't find libpg.dll
> installed (?)...
>
> Regards,
>
> Zlatko


pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: how to add a new column to system table
Next
From: Marc Munro
Date:
Subject: Re: I want to know how to improve the security of postgresql