1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-25 22:12:29 +02:00
Files
OpenIntegrations/docs/en/examples/SQLite/GetTableInformation.txt
Vitaly the Alpaca (bot) 9da5607c44 Main build (Jenkins)
2025-10-18 15:42:04 +03:00

5 lines
149 B
Plaintext
Vendored

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