2
I’m migrating an application from Delphi 7
that used to be in FireBird
and now I’m connecting to the bank PostgreSQL
, but a variable error was occurring, with the help of the Stack people, I discovered that it could be the Fields
of ClientDataSet
that could have to be updated so that no more error occurs. I was able to do this with the dmCadEmpresas
, but when I try all the others Fields
is occurring the following error:
I did some research and couldn’t find what could be causing it, if you have any idea
Try to have a look if your application contains Midas.dll inside the project folder, because the clientdataset needs this dll to be able to work, or else it declares Midaslib in the uses of the class.
– Jefferson Rudolf
I checked and Midas.dll is inside my project folder
– R.Santos
Regarding Midas, it is better to declare in dpr uses Midaslib.
– Elan Duarte Fraga