On 3/28/07, Darmawan Sugiarto <[EMAIL PROTECTED]> wrote:

Thanks for your support but it's  not work...
I try change  like this

 PQConnection1.HostName:='localhost';
 PQConnection1.UserName:='superuser';
 PQConnection1.Password:='admin';
 PQConnection1.DatabaseName:='db';

But If i change PQConnection1's properties It's work before I compile my code...
If I compile my code I see that error.... I don't know where is the mistake???

Unfortunately i have no windows machine around to try creating a small
application that connects to postgres.

Have you verified that it is possible to connect to postgres with the
psql  using
the same  parameters that you are using in your application ?

Command prompt :
psql  -h localhost  -U superuser   db



--
Adrian Maier

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to