1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-31 22:05:13 +02:00

10 lines
333 B
Plaintext
Raw Normal View History

2025-02-17 17:16:27 +03:00
 Address = "127.0.0.1";
2025-02-13 21:31:59 +03:00
Login = "bayselonarrend";
Password = "12we...";
Base = "postgres";
ConnectionString = OPI_PostgreSQL.GenerateConnectionString(Address, Base, Login, Password);
Result = OPI_PostgreSQL.CreateConnection(ConnectionString);
2025-02-14 15:29:42 +03:00
OPI_PostgreSQL.CloseConnection(Result);