Subject Re: Select fails using DataSource example
Author Roman Rokytskyy
Hi,

> Well I got the select working by changing the database connect URL
> from
> dataSource.setDatabase
> ("localhost/3050:localhost:/opt/interbase/examples/employee.gdb");
> to
> dataSource.setDatabase
> ("localhost/3050:/opt/interbase/examples/employee.gdb");

How did you manage to get the first URL? In the CVS version of the
file URL is similar to the second one.

> I would still be ineterested to hear if anyone knows how to
> fix the compile error

Change GDS to ISCConstants in import and in body.

> and the 'log4j' runtime error.

If you use latest version of the driver from CVS, specifying
-DFBLog4j=false will make that error message disappear.

Best regards,
Roman Rokytskyy