+ 2
How to get the list of tables using SQLite.NET embedded in a C# Project. The "SHOW TABLES" command won't work. Any Alternatives?
2 Réponses
+ 2
Thanks very much for your help! Really appreciate it...
0
Do you use this way to get your data ?
http://zetcode.com/csharp/sqlite/
It doesn't seem straight forward to do this, but it is not impossible.
http://forums.codeguru.com/showthread.php?510538-RESOLVED-SQLite-Listing-Tables
And a other one, doing almost the same
https://www.sqlitetutorial.net/sqlite-tutorial/sqlite-show-tables/