1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-02 20:52:28 +02:00
Files
OpenIntegrations/docs/en/examples/SQLite/CloseConnection.txt
T

5 lines
143 B
Plaintext
Raw Normal View History

TFN = GetTempFileName("sqlite");
2024-12-30 17:08:45 +03:00
Connection = OPI_SQLite.CreateConnection(TFN);
Closing = OPI_SQLite.CloseConnection(Connection);