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

5 lines
149 B
Plaintext
Raw Normal View History

2025-10-18 15:42:04 +03:00
 Base = "C:\Users\bayse\AppData\Local\Temp\v8_FF37_66.sqlite";
2025-01-05 22:13:56 +03:00
Table = "test";
Result = OPI_SQLite.GetTableInformation(Table, Base);