Oracle - Error connecting to ADOConnection Delphi 10.1 (Berlin)

1

I have an application that works on Delphi XE2 using the database connection component ADOConnection . When I migrated to Delphi 10.1 (Berlin) , it did not show any error. The connection exists, but does not connect, and displays the following error:

Theconnectionstringisthis:

Provider=OraOLEDB.Oracle.1;Password=gestor02;PersistSecurityInfo=True;UserID=gestor02;DataSource=192.168.1.3:1521/des;ExtendedProperties=""

The drive OraOLEDB.Oracle appears in the 2 delphis:

DELPHI XE2:

DELPHI10.1(Berlin):

The error message happens when I click the Avançar>>>

In Delphi XE2 does not error, the error only happens in Delphi 10.1 . I have reinstalled the Oracle client, but it still continues.

    
asked by anonymous 18.09.2017 / 14:56

1 answer

1

I solved the problem by installing Delphi 10 (Seatle), it worked without problems. As my needs were to migrate to a more current version to use some FastReport functions which in the example I saw was in Delphi Seatle, so it solved for me.

    
19.09.2017 / 14:08