Did you use bind? It's `db.prepare("PRAGMA table_info(?)").bind(table)`

Did you use bind? It's db.prepare("PRAGMA table_info(?)").bind(table)
Was this page helpful?