You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-12-01 22:29:52 +02:00
Main build (Jenkins)
This commit is contained in:
6
docs/en/examples/MSSQL/GenerateConnectionString.txt
vendored
Normal file
6
docs/en/examples/MSSQL/GenerateConnectionString.txt
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
Address = "127.0.0.1";
|
||||
Login = "bayselonarrend";
|
||||
Password = "12we...";
|
||||
Base = "";
|
||||
|
||||
Result = OPI_MSSQL.GenerateConnectionString(Address, Base, Login, Password);
|
||||
Reference in New Issue
Block a user