Error trying to update ClientDataSet Fields in Delphi 7

2

I'm migrating an application from Delphi 7 which was previously in FireBird and now I'm connecting to the PostgreSQL database, but there was a variable error with the help of the Stack staff, I discovered that it could be the Fields of ClientDataSet that might have to be updated so that the error no longer occurs. I was able to do this with dmCadEmpresas , but when I try on all other Fields the following error is occurring:

I searched and did not find what might be causing this, if you have any idea

    
asked by anonymous 27.10.2016 / 18:06

1 answer

2

I recommend that you restore a Backup of this project and redo what I told you in the other question!

To this:

  

The DesignIDE package (DesignIDE70.bpl in the'bin 'subdirectory and DesignIDE.dcp   in the subfolder 'lib') is only for use in the Delphi IDE   7.0 and not in the final applications. Therefore, you should not add it in your final projects or in your component packages.

    
27.10.2016 / 21:48