1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-04-28 20:46:05 +02:00
Files
OpenIntegrations/docs/en/examples/SQLite/GetTableInformation.txt
T
Vitaly the Alpaca (bot) b6ecca4e75 Main build (Jenkins)
2025-10-29 21:59:54 +03:00

5 lines
149 B
Plaintext
Vendored

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