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) 84bd7e0360 Main build (Jenkins)
2025-10-15 14:32:00 +03:00

5 lines
150 B
Plaintext
Vendored

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