How to get the list of tables using SQLite.NET embedded in a C# Project. The "SHOW TABLES" command won't work. Any Alternatives? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

24th Feb 2020, 8:08 AM
Keith Stanley 🇿🇼
Keith Stanley 🇿🇼 - avatar
2 Answers
+ 2
Thanks very much for your help! Really appreciate it...
3rd Mar 2020, 1:10 PM
Keith Stanley 🇿🇼
Keith Stanley 🇿🇼 - avatar
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/
24th Feb 2020, 9:48 PM
sneeze
sneeze - avatar