Home > Back-end > ADOCOnnection cannot connect Oracle11
ADOCOnnection cannot connect Oracle11
Time:09-27
In Delphi Oracle 11 ADOConnection connection, an error: "did not find the Oracle client and network components, these components are provided by Oracle", the problem is that I installed the Oracle client, system for Windows 7 * 64 + Delphi2010 + Oralce 11 g, thank you,
CodePudding user response:
Check the ADOConnection provide driver inside there is no oracle drive,
CodePudding user response:
CodePudding user response:
If not, is expected to be install oracle driver again, or use odac controls,
CodePudding user response:
1, install the oracle driver, 2, now through TADOConnection, manual test connection socket way,
Should be successful,
CodePudding user response:
Need in oracle client.net Manager configured server connection information
CodePudding user response:
As far as I know ADO only support to Oracle 7, after version seems not to support, it is recommended to use UniDAC,