Subject pconnect & disconnect & FK
Author michal.720
Hello,
I made a persistent connection to Firebird 1.5 server via PHP
ibase_pconnect() function.

At this time I need to create table in my database, which has relations
to some existing tables with foreign keys.

I cannot create this table because the table has relations to other
tables and the (persistent) connection is still alive.

Thanks for any advice,
Michal

(I'm using ibWebAdmin.)