Subject FBWrappingDatasource problem getting connection
Author Joachim Van der Auwera
I am trying to make a connection using FBWrappingDatasource,
I get the followin error
"could not get a db connection!"
Which does not help at all.

I am using the following code:
FBWrappingDataSource ds = new FBWrappingDataSource();
ds.setDatabaseName("localhost/3050:c:/ic-trace.gdb");
ds.setMinSize(3);
ds.setMaxSize(5);
ds.setBlockingTimeout(100);
ds.setIdleTimeout(1000);
ds.setPooling(true);
return ds.getConnection("SYSDBA","masterkey");

I think I am using the right connection URL (forward or backward slaches
makes no difference).
User and password are correct, I can connect just fine with IBConsole.

Can anybody give any tips about what is going wrong?

Thanks for the help
--
Joachim Van der Auwera
CAB software, Nijlen