1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-06-20 09:19:27 +02:00
Files
OpenIntegrations/docs/en/examples/SQLite/GetTableInformation.txt
T
Vitaly the Alpaca (bot) 6456879e94 Main build (Jenkins)
2025-01-12 13:07:21 +03:00

5 lines
156 B
Plaintext
Vendored

Base = "C:\Users\Administrator\AppData\Local\Temp\v8_34D_1e.sqlite";
Table = "test";
Result = OPI_SQLite.GetTableInformation(Table, Base);