On Tue, 3 Apr 2007, Darmawan Sugiarto wrote:

> I have a same problem with this... but I used PQconnection
>   I can solve my program with add this   code
>   ===================================================
>     with PQConnection1 do
>   begin
>        HostName:='localhost';
>        DatabaseName:='pep';
>        UserName:='superuser';
>        Password:='admin';
>        Params.Clear;
>        Params.Add('port='+QuotedStr('3559'));
>   end;
>   PQConnection1.Open;  
> ===================================================
>   Maybe you must try 'port' or 'Port' -> according to MySQL component 

It's case insensitive.

Michael.

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

Reply via email to