1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-01 22:29:52 +02:00
Files
OpenIntegrations/docs/en/examples/MSSQL/CreateConnection.txt

9 lines
294 B
Plaintext
Raw Normal View History

2025-06-29 14:35:33 +03:00
 Address = "127.0.0.1";
Login = "SA";
Password = "12we...";
2025-06-25 13:17:23 +03:00
ConnectionString = OPI_MSSQL.GenerateConnectionString(Address, , Login, Password);
2025-06-27 14:27:03 +03:00
TLSSettings = OPI_MSSQL.GetTlsSettings(True);
2025-06-25 13:17:23 +03:00
Result = OPI_MSSQL.CreateConnection(ConnectionString, TLSSettings);