Re: [fpc-devel] Bug in IBConnection?

2011-05-18 Thread LacaK
this error message isc_shutdown is throw during isc_attach_database and so it seems, that your database is in shutdown mode (which prevents you attach ... but I do not understand why you can success fuly attach using ssh?) See http://www.firebirdnews.org/?p=234

Re: [fpc-devel] Bug in IBConnection?

2011-05-18 Thread Leonardo M . Ramé
-- On Wed, 5/18/11, LacaK la...@zoznam.sk wrote: From: LacaK la...@zoznam.sk Subject: Re: [fpc-devel] Bug in IBConnection? To: FPC developers' list fpc-devel@lists.freepascal.org Date: Wednesday, May 18, 2011, 4:05 AM this error message isc_shutdown is throw during isc_attach_database

[fpc-devel] Bug in IBConnection?

2011-05-17 Thread Leonardo M . Ramé
Hi, I did an ssh tunnel to a remote server that has a Firebird 2.5 database, this way, my computer can connect to that database by simply pointing to 'localhost', this works when I connect through FlameRobin, but I can't make it work using this simple program: program dbtest; {$mode objfpc}