Unknown ISC error 0
Posted: Tue 27 Mar 2012 15:25
Hello,
I have the error "Unknown ISC error 0" in Forms.TApplication.ProcessMessage;
With last version of Firebird 2.5.1.26351 32 or 64 bits on Windows XP and 7.
With Ibdac 4.1.4 and Delphi Pro 2010.
When I close a Tform which containing a TibcQuery and a TIBCTransaction.
All is auto closed = I doesn't use manual close of my query and transaction !
object IBTransactionMAJ: TIBCTransaction
DefaultConnection = MyConnection
Params.Strings = (
'read_committed'
'rec_version'
'nowait')
DefaultCloseAction = taCommitRetaining
Left = 592
Top = 80
end
This errors only occurs when database connexion use local/direct protocol connexion :
Like this : MyConnection = TibCConnection
MyConnection.server='';
MyConnection.database='c:\data\mybase.fdb';
I have no problem with :
MyConnection.server='localhost';
MyConnection.database='c:\data\mybase.fdb';
Fixed in 4.1.5 ?
Best regards,
Fabrice
I have the error "Unknown ISC error 0" in Forms.TApplication.ProcessMessage;
With last version of Firebird 2.5.1.26351 32 or 64 bits on Windows XP and 7.
With Ibdac 4.1.4 and Delphi Pro 2010.
When I close a Tform which containing a TibcQuery and a TIBCTransaction.
All is auto closed = I doesn't use manual close of my query and transaction !
object IBTransactionMAJ: TIBCTransaction
DefaultConnection = MyConnection
Params.Strings = (
'read_committed'
'rec_version'
'nowait')
DefaultCloseAction = taCommitRetaining
Left = 592
Top = 80
end
This errors only occurs when database connexion use local/direct protocol connexion :
Like this : MyConnection = TibCConnection
MyConnection.server='';
MyConnection.database='c:\data\mybase.fdb';
I have no problem with :
MyConnection.server='localhost';
MyConnection.database='c:\data\mybase.fdb';
Fixed in 4.1.5 ?
Best regards,
Fabrice