Search found 1 match
- 17.03.2006, 23:40
- Forum: 6.1.5
- Topic: Application does not close !
- Replies: 7
- Views: 3230
Error 901
I am getting Error 901, Delphi 7, embedded Firebird 1.5, traced to this level (hope this helps): procedure TZInterbase6Connection.Close; begin . . . if FHandle <> nil then begin FPlainDriver.isc_detach_database(@FStatusVector, @FHandle); FHandle := nil; CheckInterbase6Error(FPlainDriver, FStatusVect...