dbmanagment

  1. behnam_tr

    B4J Question Which method of connecting to the database is optimal?

    hi. Which method of connecting to the database is optimal? My focus is on memory usage. 1-Persistent connection Connects to the database from the start of the program and does not close until the end of the program. 'mainform public SQL1 as SQL sub start SQL1.InitializeSQLite(""...
Top