1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-04-28 20:46:05 +02:00
Files
OpenIntegrations/docs/en/examples/SQLite/CloseConnection.txt
T
Vitaly the Alpaca (bot) 6385f87a89 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);