1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-23 21:29:38 +02:00
OpenIntegrations/docs/en/examples/SQLite/CloseConnection.txt

6 lines
147 B
Plaintext
Raw Normal View History

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