Error in example application

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
brakaman
Posts: 9
Joined: Mon 19 Feb 2007 20:52
Location: Spain

Error in example application

Post by brakaman » Tue 15 May 2007 20:26

Hi Friends.

I'm trying to evaluate the product.

I use Firebird 2.0

On having executed the application of example it doesn't connect.
In the manual it doesn't say that we have to choose a Database

Is not it necessary to indicate a database?

There is none......

If I execute the scritp with IBExpert launch gives error: "DB is not Open"

Not work with Firebird Client ?

Which are the steps necessary to be test the example

Thanks in advance.

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Wed 16 May 2007 11:33

To install demo project script you should either create a new database (using IBExpert or other tool) or select one of the existing databases.
To work with the demo project, you should specify the Firebird server host (the computer name where Firebird server is installed e.g. Localhost) and an existing Database file path (e.g. C:\MyDatabases\IbdacTest.fdb)

To execute script in the IBExpert tool, you should previously establish database connection.

brakaman
Posts: 9
Joined: Mon 19 Feb 2007 20:52
Location: Spain

Post by brakaman » Wed 16 May 2007 15:05

thanks Alex.

Now Works fine. :D

Post Reply