[firebird-support] Re: isc_detach_database() after fb_cancel_abort

2018-05-28 Thread hv...@users.sourceforge.net [firebird-support]
fb_cancel_abort closed client side of connection but does nothing with client resources. isc_detach_database should be called to free client resources. It should nullify db handle and return isc_network_error (in most cases), error should be ignored. Regards, Vlad

[firebird-support] Re: Query - Regarding a Firebird Source Control Application

2018-05-28 Thread blackfalconsoftw...@outlook.com [firebird-support]
Thank you all for your kind and informative replies. It appears that the information you all provided gives me encouragement to review my current product for a conversion to the Firebird Database Engine. To be sure, this will be a lot of work since the entirety of the SQL Server Shared

[firebird-support] isc_detach_database() after fb_cancel_abort

2018-05-28 Thread Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
Hello, All. After call fb_cancel_operation(fb_cancel_abort) is it needed to call isc_detach_database() to free attachment handle? Can the isc_detach_database() call be successful or I must ignore any returned error? -- WBR, SD.