Subject | Re: unavailable database |
---|---|
Author | gnajar |
Post date | 2005-01-23T15:14:06Z |
Hellen,
Thank you for your answer; reading a previous message from the user
that had the same problem as me, I uninstalled FB and reinstalled it
again specifying the use of SuperServer, instead of Classic. Now the
connections worked just fine from Delphi 6 and IB Expert.
Best regards !
Guillermo
--- In firebird-support@yahoogroups.com, Helen Borrie <helebor@t...>
wrote:
Thank you for your answer; reading a previous message from the user
that had the same problem as me, I uninstalled FB and reinstalled it
again specifying the use of SuperServer, instead of Classic. Now the
connections worked just fine from Delphi 6 and IB Expert.
Best regards !
Guillermo
--- In firebird-support@yahoogroups.com, Helen Borrie <helebor@t...>
wrote:
> At 10:14 PM 22/01/2005 +0000, you wrote:is NOT
>
>
> >Hellen,
> >
> >I renamed the file extension to "FDB" and yet I get the same error; I
> >use IB Expert personal v2004.12.14, WinXP Pro with SP 2. I tryed with
> >2 small data base files I created using FB 1.0. I'm using the classic
> >server, and have FB running as a service.
>
> OK, having eliminated that one, let's deal with your mistakes. This
> Fb 1 or InterBase, it is a new version of the Firebird software andmany
> things have changed. Study the release notes (the big documentdirectory.
> Firebird_v1.5.ReleaseNotes.pdf that is in Firebird 1.5's doc directory,
> which you can also get in many different languages by going to the
> IBPhoenix website); download the Quick Start Guide from the Firebird
> website; and read the FAQs. Regarding the "compatibility" client, you
> should also read the README.Win32LibraryInstallation.txt in the doc
>Najar\Misdocumentos\GNsis\Cursos\Curso
> Error 1)
> > >
> > >Connecting... Failed!
> > >------------------------------------
> > >Unsuccessful execution caused by an unavailable resource.
> > >unavailable database.
>
> For a local connect to Classic, this connection string will NEVER work.
>
> C:\Documents and Settings\Guillermo
> ITESO\Especificaciones SII\Sistema\ST.GDBon the
>
> A local connect to Classic must do so through the TCP/IP local loopback
> server. Your connection string must therefore be
> localhost:C:\Documents and Settings\Guillermo
> Najar\Misdocumentos\GNsis\Cursos\Curso ITESO\Especificaciones
> SII\Sistema\ST.fDB
>
> I hate deep paths for databases and I hate directory names with
> spaces. Mostly, Firebird can handle these horrors if you use quotes
> string...however, if any remote user tries to connect to thisdatabase, it
> won't be able to, because it is in your proprietary disk space.Place your
> databases in a simple, shallow path like C:\data and save yourself alot of
> grief. Also make use of path aliases.this in
>
> 2) Error 2
> > >
> > >Attempting to connect to services manager... Failed!
> > >------------------------------------
>
> This error comes because you are using InterBaseXpress and you have not
> installed the "compatibility" gds32.dll client. You can read about
> the release notes and also in the FAQ at the website. By default,the Fb
> 1.5.2 installer probably created it for you, but you need to copy ityour
> yourself from c:\Program Files\Firebird\Firebird_1_5\bin to wherever
> application is currently finding gds32.dll. With IBX it is notsufficient
> just to copy fbclient.dll and rename it.If you
>
> Once you are sure that you have removed the Borland and/or Fb 1.0.x
> versions of gds32.dll, you might need to recompile your application.
> are using an old or bad version of IBX, it is even possible that IBXwill
> never let your application connect to a Classic server. That isbecause
> some old versions of IBX had some nasty "intelligence" that prevents itsupport the
> from connecting to Classic, because InterBase Classic doesn't
> services manager. IBX doesn't know about Firebird or about Classicon Windows.
>clients
> As a general observation, IBX is not a good choice for developing
> for Firebird. It is designed to work with InterBase and nothing isever
> done to make it compatible with Firebird. You need to think aboutdevelopers
> switching to IBObjects or FIBPlus sooner or later, since their
> provide compatibility with *both* IB and Firebird.
>
> ./hb