On Fri, 2006-03-10 at 17:08 -0600, Matt Henley wrote:
> I installed Firebird Classic on my Windows XP machine.  In Lazarus, I
> added a TIBConnection to a blank form.  I put the full path to an
> example database (C:\Program
> Files\Firebird\Firebird_1_5\examples\EMPLOYEE.FDB)  in the Database
> Field of the Object Inspector.  I left the host blank as well as
> UserName and Password  as I have not set any of these and the Firebird
> docs said they could be left blank.  When I try to set the object to
> active, I get a response that "unavailable database".
You should add the hostname (or ip) before the database name. So
something like: 192.168.1.1:C\Program Files\etc

Second you have to provide username and pasword. If not in design time
then during runtime.

Matthijs

-- 
Matthijs Willemstein <[EMAIL PROTECTED]>

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to