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:
12
docs/en/examples/MySQL/CreateConnection.txt
vendored
12
docs/en/examples/MySQL/CreateConnection.txt
vendored
@@ -7,3 +7,15 @@
|
||||
Result = OPI_MySQL.CreateConnection(ConnectionString);
|
||||
|
||||
OPI_MySQL.CloseConnection(Result);
|
||||
|
||||
// With TLS
|
||||
|
||||
Address = "api.athenaeum.digital";
|
||||
Port = "3307";
|
||||
|
||||
ConnectionString = OPI_MySQL.GenerateConnectionString(Address, Base, Login, Password, Port);
|
||||
TLSSettings = OPI_MySQL.GetTlsSettings(False);
|
||||
|
||||
Result = OPI_MySQL.CreateConnection(ConnectionString, TLSSettings);
|
||||
|
||||
OPI_MySQL.CloseConnection(Result);
|
||||
|
||||
Reference in New Issue
Block a user