Good morning,
I am trying to connect to a MSSQL Server Express 2005, I have tested with several examples and always gives me the same error
The server is installed on the local PC
@AutoItVersion: 3.2.12.1
C:\autoit\mssql2crm.au3 (30) : ==> The requested action with this object has failed.:
$adCN.Open ("Driver={SQL Server};Server=local;Database=tempdb;Uid=sa;Pwd=mypassword;")
$adCN.Open ("Driver={SQL Server};Server=local;Database=tempdb;Uid=sa;Pwd=mypassword;")^ ERROR
>Exit code: 1