Subject Re: [firebird-support] Possible bug in FB 1.5.2 Classic on linux - connection pooling interaction
Author Ann W. Harrison
johnson_dave2003 wrote:
>
> The functional requirement being tested is that the system
> administrator must be able to construct and destroy queues and their
> backing storage (1 table + 1 generator) dynamically at runtime.

I'm not entirely sure why you're seeing a deleted table - that's the blr
error - but suspect that in the short run this design is going to have
problems. The internal table id is a short and table ids are not
reused. You get to create 32640 tables then you must backup and restore
the database. (That's 32767 minus the 127 tables reserved for the system.)

Regards,


Ann