Page 1 of 1

Error in example application

Posted: Tue 15 May 2007 20:26
by brakaman
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.

Posted: Wed 16 May 2007 11:33
by Alex
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.

Posted: Wed 16 May 2007 15:05
by brakaman
thanks Alex.

Now Works fine. :D