You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-29 22:27:42 +02:00
11 lines
322 B
Plaintext
11 lines
322 B
Plaintext
|
|
Address = "127.0.0.1";
|
||
|
|
Login = "SA";
|
||
|
|
Password = "12we...";
|
||
|
|
|
||
|
|
ConnectionString = OPI_MSSQL.GenerateConnectionString(Address, , Login, Password);
|
||
|
|
|
||
|
|
Connection = OPI_MSSQL.CreateConnection(ConnectionString);
|
||
|
|
Result = OPI_MSSQL.IsConnector(Connection);
|
||
|
|
|
||
|
|
OPI_MSSQL.CloseConnection(Result);
|