marsupilami79 - 2026-09-06

Hmm - usually the case of DBFAIL should be handeled by the following part, right after the call to dbresults:

    if ResultsRETCODE = DBFAIL then
      FDBLibConnection.CheckDBLibError(lcFetch, 'FETCHRESULTS/dbresults', IImmediatelyReleasable(FWeakImmediatRelPtr));

Do you have any chance to find out, why CheckDBLibError doesn't raise an exception?

 

Last edit: marsupilami79 2026-09-06