Subject | Re: [firebird-support] Embedded FireBird and ZeosLib |
---|---|
Author | Theo Bebekis |
Post date | 2003-11-10T13:36:46Z |
Hi
ZConnection1.Protocol := 'firebird-1.0';
ZConnection1.User := 'SYSDBA';
ZConnection1.Password := 'masterkey';
ZConnection1.HostName := ''; // leave it blank for a true local con
ZConnection1.Database := 'C:\dbCenter.gdb';
ZConnection1.Connected := True;
Theo
-----------------------------------------------
Theo Bebekis
Thessaloniki, Greece
-----------------------------------------------
Greek_Delphi_Prog
a Delphi programming list in greek language at
http://groups.yahoo.com/group/Greek_Delphi_Prog
-----------------------------------------------
> "Only true local access is allowed. The embedded server doesn't have anyZConnection1.Connected := False;
> support for remote protocols, so even access via "localhost" won't work."
>
> Now how do make the my connection "true local" ??? Does anybody have a clue
> what could be going wrong.
ZConnection1.Protocol := 'firebird-1.0';
ZConnection1.User := 'SYSDBA';
ZConnection1.Password := 'masterkey';
ZConnection1.HostName := ''; // leave it blank for a true local con
ZConnection1.Database := 'C:\dbCenter.gdb';
ZConnection1.Connected := True;
Theo
-----------------------------------------------
Theo Bebekis
Thessaloniki, Greece
-----------------------------------------------
Greek_Delphi_Prog
a Delphi programming list in greek language at
http://groups.yahoo.com/group/Greek_Delphi_Prog
-----------------------------------------------