Page 1 of 1

Undeclared identifier : 'prDirect'

Posted: Sun 03 Apr 2016 09:40
by Zool1080
Hello,
what unit should i add to avoid the error "Undeclared identifier : 'prDirect' "
MSConnection1.Options.Provider := prDirect;
MSConnection1.Authentication := auServer;
MSAccess is in my uses list .
Thanks,
ahmed.

Re: Undeclared identifier : 'prDirect'

Posted: Mon 04 Apr 2016 09:03
by AlexP
Hello,

You should also add the MSClasses module to the Uses section.