You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-06-15 00:15:19 +02:00
6 lines
147 B
Plaintext
6 lines
147 B
Plaintext
![]() |
TFN = GetTempFileName("sqlite");
|
||
|
|
||
|
Connection = OPI_SQLite.CreateConnection(TFN);
|
||
|
|
||
|
Closing = OPI_SQLite.CloseConnection(Connection);
|