You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-29 22:27:42 +02:00
Main build (Jenkins)
This commit is contained in:
4
docs/ru/examples/MSSQL/ОткрытьСоединение.txt
vendored
4
docs/ru/examples/MSSQL/ОткрытьСоединение.txt
vendored
@@ -9,11 +9,11 @@
|
||||
|
||||
// С TLS
|
||||
|
||||
Адрес = "api.athenaeum.digital";
|
||||
Адрес = ПараметрыФункции["PG_IP"];
|
||||
Порт = "1434";
|
||||
|
||||
СтрокаПодключения = OPI_MSSQL.СформироватьСтрокуПодключения(Адрес, , Логин, Пароль, Порт);
|
||||
НастройкиTLS = OPI_MSSQL.ПолучитьНастройкиTls(Ложь);
|
||||
НастройкиTLS = OPI_MSSQL.ПолучитьНастройкиTls(Истина);
|
||||
|
||||
Результат = OPI_MSSQL.ОткрытьСоединение(СтрокаПодключения, НастройкиTLS);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user