b4a sql tables count

  1. Inuma

    Android Question Count of tables in SQL database.

    I have a sql database with an unknown count of tables. How to find the number of tables in the database? For example I try: dim count_tables as Cursor count_tables= Main.sql1.ExecQuery("SELECT COUNT() FROM sqlite_master WHERE TYPE='table'") count_tables.Position=0...
Top