Knowledge Base FAQ Item #7750024
Q7750024: What would a typical MS SQL Server based connection string look like?
For the statistical database, a typical MS SQL based connection string would look like this:
Provider=MSOLEDBSQL19;Server=192.168.31.27;Uid=sa;Pwd=mysecretpassword;Encrypt=no;Trust Server Certificate=True;Database=ActiveXpertsNM
(viewed: 647)