1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-29 22:27:42 +02:00
Files
OpenIntegrations/docs/en/examples/MSSQL/GenerateConnectionString.txt
Vitaly the Alpaca (bot) 3b29c1e324 Main build (Jenkins)
2025-06-25 13:17:23 +03:00

7 lines
191 B
Plaintext
Vendored

Address = "127.0.0.1";
Login = "bayselonarrend";
Password = "12we...";
Base = "";
Result = OPI_MSSQL.GenerateConnectionString(Address, Base, Login, Password);