1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-17 12:06:34 +02:00

12 lines
385 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);
Connection = OPI_PostgreSQL.CreateConnection(ConnectionString);
Result = OPI_PostgreSQL.IsConnector(Connection);
2025-02-14 15:29:42 +03:00
OPI_PostgreSQL.CloseConnection(Result);