Correct syntax ?
Posted: Mon 31 Aug 2009 08:26
Hi
What is the correct syntax for Specificoptions ?
According to the manual, it could be either
SpecificOptions.Values['SQL Server.Authentication'] := 'auWindows'
or
SpecificOptions.Add('SQL Server.Authentication=auWindows');
or
SpecificOptions.Add('Authentication=auWindows');
TIA Jens Lund
What is the correct syntax for Specificoptions ?
According to the manual, it could be either
SpecificOptions.Values['SQL Server.Authentication'] := 'auWindows'
or
SpecificOptions.Add('SQL Server.Authentication=auWindows');
or
SpecificOptions.Add('Authentication=auWindows');
TIA Jens Lund