Subject Re: [firebird-support] Embeded version & ISAPI
Author Eyyub Volkan Çektimur
unfortunately it didn't work. gives
Internal Server Error 500

----------------------------------------------------------------------------
----
Exception: EIBInterBaseError
Message: unavailable database


my code is like this;

void __fastcall TMainW::WebModuleCreate(TObject *Sender)
{
if (DB==NULL)
{
DB=new TIBDatabase(NULL);
DB->LoginPrompt=false;
DB->DatabaseName="D:\\Progs\\ToDoList\\Data\\TODOLIST.FDB";
DB->Params->Clear();
DB->Params->Add("user_name=sysdba");
DB->Params->Add("password=masterkey");
DB->Open();
}
}

anyway, thanks for help...
___________________________________
Eyyub Volkan Çektimur
Proya Software & Trade Inc.
Head of Core Development Department
www.proyatech.com
----- Original Message -----
From: "Daniel Rail" <daniel@...>
To: <firebird-support@yahoogroups.com>
Sent: Wednesday, March 31, 2004 7:09 PM
Subject: Re: [firebird-support] Embeded version & ISAPI


> Hi,
>
> At March 31, 2004, 11:05, Eyyub Volkan Çektimur wrote:
>
> > i tried
>
> > localhost:c:\a.fdb
>
> This will cause embedded to act as a client and will try to connect to
> a Firebird server. To use the embedded engine, you have to use
> "c:\a.fdb". But, having said that, I haven't try embedded with ISAPI,
> so I wouldn't be able to tell you if it will work properly or not.
>
> --
> Best regards,
> Daniel Rail
> Senior System Engineer
> ACCRA Group Inc. (www.accra.ca)
> ACCRA Med Software Inc. (www.filopto.com)
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>