queries

  1. rleiman

    Android Question [Solved] - Querying the TalkBack status

    Greeting everyone, I found some code in the forum that should be telling me if TalkBack is turned on by the user. The Log statement returns True with TalkBack turned off as well as on. The code is from 2012 so maybe it's too much outdated? If that's the case, is there any updated code that will...
  2. S

    B4A Class Build parametized SQL queries for Insert,Update and Delete

    This is a small class to easily build SQL queries declare an instance of the class clBuildSQL and initialize it Private fBuildSQL As clBuildSQL .... fBuildSQL.initialize Insert record Just pass as first parameter the table name and as second parameter a map with pairs keys/values...
  3. Mashiane

    B4J Library [BANanoMySQL] An inline PHP class for your MySQLI CRUD functionality

    Hi there Update: 2019-12-17 BANanoMySQL class updated, see post #11, https://www.b4x.com/android/forum/threads/bananomysql-an-inline-php-class-for-your-mysqli-crud-functionality.106858/#post-700010 Update: BANanoMySQL1 Example If you would rather use an actual sqlite db, you can use...
Top