On Sun, Sep 14, 2014 at 10:15 PM, Iwan Cahyadi Sugeng
iwan.c.sug...@gmail.com [firebird-support] <firebird-support@yahoogroups.com
> wrote:

>
>
> what is your connection string, don't use localhost:dbname format. Try use
> only the filename. Try ems sql manager for firebird, it has embeded protocol
>
This is how I'm trying to connect:

  fdbPath := ExtractFilePath(ParamStr(0))+'CrypticMania.FDB';

  with ADConnection1.Params do begin
    Clear;
    Add('Database='+fdbPath);
    Add('User_Name=SYSDBA');
    Add('Password=masterkey');
    Add('DriverID=IB');
  end;
        • ... 'Alan McDonald' a...@meta.com.au [firebird-support]
      • Re... Adam adam...@gmail.com [firebird-support]
        • ... 'Alan McDonald' a...@meta.com.au [firebird-support]
          • ... Adam adam...@gmail.com [firebird-support]
  • Re: [firebi... Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
    • Re: [f... Lester Caine les...@lsces.co.uk [firebird-support]
      • Re... Adam adam...@gmail.com [firebird-support]
        • ... 'Alan McDonald' a...@meta.com.au [firebird-support]
          • ... Adam adam...@gmail.com [firebird-support]
          • ... Iwan Cahyadi Sugeng iwan.c.sug...@gmail.com [firebird-support]
          • ... Adam adam...@gmail.com [firebird-support]
          • ... Adam adam...@gmail.com [firebird-support]
          • ... Lester Caine les...@lsces.co.uk [firebird-support]
          • ... Adam adam...@gmail.com [firebird-support]
          • ... Adam adam...@gmail.com [firebird-support]
          • ... Lester Caine les...@lsces.co.uk [firebird-support]
          • ... Adam adam...@gmail.com [firebird-support]
          • ... Lester Caine les...@lsces.co.uk [firebird-support]
          • ... Adam adam...@gmail.com [firebird-support]
        • ... Lester Caine les...@lsces.co.uk [firebird-support]
          • ... Mark Rotteveel m...@lawinegevaar.nl [firebird-support]

Reply via email to