How do you select a database for queries with SQLite? I'm used to PHP and connecting with the declared db name, user, and pass. :/
I've searched and searched on here but can't seem to find it. I've tried ("USE dbname") and ("USE DATABASE dbname") as a query in with my select query and before instead, no go just get this error:
NPC Code:
SQL Error: near "USE": syntax error
Query: USE DATABASE players
If i just use the default db with the table, my query works fine so I know it's not that.