Error trying to access database information

1

I'm migrating an application that was developed in Delphi 7, which previously used the Firebird database, hence I'm making the application communicate with the PostgreSQL database. I have managed to make the communication correctly with the bank, but when I perform certain activities in the application the following error appears when I try to access information from the bank:

IreviewedtheClientDataSet'stoverifythatActivewasinFalseandfoundnoerrorinthemiftheyhaveanyidea

Whendebuggingtheprogramthefollowingerroroccurred:

Ithinkit'sthesamethingthathappensinthefirsterror,sowhenItrytocontinueitpointsmetothefollowinghighlightedline:

    
asked by anonymous 03.11.2016 / 17:02

1 answer

0

The access violation problem is actually the RxLib - Delphi 7 component that needed to be installed. The Rave Reports error must be connected to this!

    
23.11.2016 / 18:57