---In [email protected], <brucedickinson@...> wrote : > Today I've found another error: > > 335544856 att_shutdown Connection shutdown > > In order to handle it properly I need to know how to cause it so I could test > behaviour of my application. > Could you tell me what this error means exactly, and how to cause it? > My test environment is Windows 7 with Firebird 2.5.2 and my client > application is on the same machine.
1. Kill your attachment using monitoring tables (MON$ATTACHMENTS) 2. Shutdown database, while your attachment active (gfix -shutdown) Regards, Vlad
