mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-03-21 21:27:27 +02:00
6 lines
147 B
Plaintext
Vendored
6 lines
147 B
Plaintext
Vendored
TFN = GetTempFileName("sqlite");
|
|
|
|
Connection = OPI_SQLite.CreateConnection(TFN);
|
|
|
|
Closing = OPI_SQLite.CloseConnection(Connection);
|