Hi,
Thanks!
There was an error, fixed now, on the help page, providing a
misleading connection string when connecting to SQL Server with
explicit userid and password. Perhaps, that's the one you're using? If
so, it should be:
Driver={SQL Server}; Server=myServerAddress; Database=myDatabase;
Uid=myUserID; Pwd=myPassword;
Also, if connecting to SQL Server using windows authentication is an
option use this instead for security reasons.
Regards,
Ola