database.Options.Provider := prNativeClient;
which unit should add in the project, do this by finding the constant prNativeClient
until the version of Delphi XE6, enough to add the unit OLEDBAccess.
in my version of Delphi XE7, to trigger the Refactor menu / Find Unit / generates a corrupted memory error.
I'm using the SDAC version 7.0.2
prNativeClient in XE7
Re: prNativeClient in XE7
We have moved the declaration of prNativeClient to the MSClasses unit. Please add the MSClasses unit to the Uses section.