Page 1 of 1

MS SQL Server parameter

Posted: Tue 03 Feb 2009 10:14
by Cogito
Hello,

how is it possible to define for example the authentication type in the uniconnection component at runtime? Can you give me a short delphi sample?
Thanx

Posted: Tue 03 Feb 2009 14:43
by Joao Cadilhe
UniConnection.SpecificOptions.Values['Authentication'] := 'AuServer';
or
UniConnection.SpecificOptions.Values['Authentication'] := 'AuWindows';

You can see all available specific options for Sql Server in Unidac Help topic:

"Using UniDAC with SQL Server"



Joao Cadilhe.