Jump to content

Michael Longneck

Members
  • Content Count

    2
  • Joined

  • Last visited

Posts posted by Michael Longneck


  1. That's happened because somewhere called TFDQuery.ExecSQL or TFDStoredProc.ExecProc but SQL stored proc return result set, which obviously not fetched but not discard. And now any attempt to StartTransaction (internally it's just turn off autocommit) will be failed with this "clear and detailed" error message.

     

    There's two options - call Query.Disconnect(True) or call Open instead ExecSQL\ExecProc.

    • Thanks 1
×