Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

https://learn.microsoft.com/fr-fr/sql/connect/odbc/download-odbc-driver-for-sql-server?view=sql-server-ver16


A tester 

Code Block
 Driver={ODBC Driver 18 for SQL Server};Server=RDS-BROKER2\SQLEXPRESS;Database=RDSHA;Trusted_Connection=Yes;Encrypt=yes;TrustServerCertificate=Yes;Connection Timeout=30;

Non tester : 

Code Block
Driver={ODBC Driver 18 for SQL Server};Server=RDS-BROKER2\SQLEXPRESS;Database=RDSHA;Trusted_Connection=Yes;TrustServerCertificate=Yes;Encrypt=yes;Connection Timeout=30;

...