1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-21 21:27:27 +02:00
OpenIntegrations/docs/en/examples/SQLite/CloseConnection.txt
Vitaly the Alpaca (bot) 8e3cb7bbcf Main build (Jenkins)
2024-12-30 17:08:45 +03:00

6 lines
147 B
Plaintext
Vendored

TFN = GetTempFileName("sqlite");
Connection = OPI_SQLite.CreateConnection(TFN);
Closing = OPI_SQLite.CloseConnection(Connection);