You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-25 22:12:29 +02:00
Main build (Jenkins)
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|type TINYINT UNSIGNED,
|
||||
|date DATE,
|
||||
|time TIME,
|
||||
|data BLOB
|
||||
|data MEDIUMBLOB
|
||||
|);";
|
||||
|
||||
Результат = OPI_MySQL.ВыполнитьЗапросSQL(ТекстЗапроса, , , Соединение);
|
||||
|
||||
12
docs/ru/examples/MySQL/ОткрытьСоединение.txt
vendored
12
docs/ru/examples/MySQL/ОткрытьСоединение.txt
vendored
@@ -7,3 +7,15 @@
|
||||
Результат = OPI_MySQL.ОткрытьСоединение(СтрокаПодключения);
|
||||
|
||||
OPI_MySQL.ЗакрытьСоединение(Результат);
|
||||
|
||||
// С TLS
|
||||
|
||||
Адрес = "api.athenaeum.digital";
|
||||
Порт = "3307";
|
||||
|
||||
СтрокаПодключения = OPI_MySQL.СформироватьСтрокуПодключения(Адрес, База, Логин, Пароль, Порт);
|
||||
НастройкиTLS = OPI_MySQL.ПолучитьНастройкиTls(Ложь);
|
||||
|
||||
Результат = OPI_MySQL.ОткрытьСоединение(СтрокаПодключения, НастройкиTLS);
|
||||
|
||||
OPI_MySQL.ЗакрытьСоединение(Результат);
|
||||
|
||||
Reference in New Issue
Block a user