Page 1 of 1

Setting Authentication at runtime

Posted: Tue 30 Nov 2004 16:28
by Guest
How can I set the authentication type at runtime?

If I have the code msconnection1.authentication := auserver I get the message "Undeclared identifier: auserver"

Thanks

John

Re: Setting Authentication at runtime

Posted: Wed 01 Dec 2004 07:53
by Ikar
You need just add OLEDBAccess into uses.

Posted: Thu 02 Dec 2004 11:17
by Guest
That sorted it - Thanks