IBCTable .delete fives SQL error

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
oleg0k
Devart Team
Posts: 190
Joined: Wed 11 Mar 2020 08:28

Re: IBCTable .delete fives SQL error

Post by oleg0k » Wed 17 Mar 2021 15:31

Hello,
You can use the TIBCSQLMonitor component to record all executed SQL statements.
With the TIBCSQLMonitor component you can use the Devart dbMonitor tool ( https://www.devart.com/dbmonitor/download.html ), which allows to save the log output to a file.
We couldn't reproduce the issue, unfortunately. Please send us an IBDAC-based sample application (including DDL scripts for creating and populating the database objects or the backup file/database file) demonstrating the incorrect behavior, using the form: https://devart.com/company/contactform.html

wbr, Oleg
Devart Team

Post Reply