Page 1 of 1

prNativeClient in XE7

Posted: Thu 22 Jan 2015 13:41
by wilton_radinfo
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

Re: prNativeClient in XE7

Posted: Fri 23 Jan 2015 07:44
by azyk
We have moved the declaration of prNativeClient to the MSClasses unit. Please add the MSClasses unit to the Uses section.