Ich vermute mal dass mit LibraryLocation nur ein Pfad und nicht eine konkrete Datei gemeint ist.
Delphi-Quellcode:
procedure Tdbmodul.ZConnection1BeforeConnect(Sender: TObject);
begin
ZConnection1.LibraryLocation:=ExtractFilePath(Application.ExeName)+'
dll';
end;