Error Editing or Deleting Items by Delphi 10.1 after Refreshing Firebird

1

Hi, I'm having a problem with Delphi 10.1. I can not delete or edit anything from the database. This started to occur as soon as I migrate from Firebird 2.1 to Firebird 2.5 at least it is the last significant change I made after migrating the system to Delphi 10.1. I did not change anything from the original code to insert , edit and Delet .

As soon as I open the user registration screen I click on the edit button the table goes into editing mode after I make the changes and click on the save button it passes through the command post normally more unsaved the same occurs with delete .

    
asked by anonymous 28.07.2017 / 22:27

1 answer

1

After So try I checked that I had to update the Fields of each table so I deleted every field of each Table and put a new FDConnection the functions of updating and exiting started again.

    
11.08.2017 / 23:04