sqlite connections

  1. cheveguerra

    Android Question Best way (proper way) to define a sqlite conecction?

    Hi everybody, I would like to know what us the best way to manage connections to a sqlite db, the way I see it, there are 3 options: First one: Declare, initialize and use the connection in every Sub of an activity: Sub whatever Dim skmt As SQL skmt.Initialize(pathToDB,"kmt.db", True)...
Top