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/CreateConnection.txt
T

4 lines
140 B
Plaintext
Raw Normal View History

TFN = GetTempFileName("sqlite");
2024-12-29 22:28:49 +03:00
LocalBase = OPI_SQLite.CreateConnection(TFN);
InMemoryBase = OPI_SQLite.CreateConnection();