update

  1. ALBRECHT

    Android Question Migration SQLite during app Updating

    Hello, Ok, i know that no Sqlite data will be lost during an upgrade, only when we uninstall the app. But if i need to change the data format between 2 versions, (in this case, add a field) i would have to implement some migration code. what is the just method for doing this ? Thanks Michel
  2. Mashiane

    B4J Library [BANanoSQLUtils] A BANanoSQL helper class for CRUD functionality

    Good day UPDATE 2020-05-19: Please use this library instead The attached class will help you in creating basic sql statements for CRUD functionality using BANanoSQL. We feature CREATE, UPDATE, UPDATE & DELETE statements, we also have added, creating a table. Whilst this class will work...
  3. M

    B4J Question [SOLVED] silent installer

    I tried to make my program autoupdate itself but whitout success, its posible to modify ui apps packaging?, to achive a silent instalation , i mean a instalation without user interaction.
  4. carlos7000

    Spanish ¿Cómo actualizo una base de datos?

    Hola a todos. Me pregunto si alguien me puede ayudar con unas lineas que me permitan comparar, al iniciarse el programa, la base de datos del dispositivo contra la que se encuentra en File.DirAssets, y si es una versión anterior, reemplazarla con la una nueva, todo esto, antes de que el...
  5. Cornelius Smit

    Android Question GPS Running and tracking in background

    Good day are there any sample application in B4A to do gps tracking and updating a database even when the screen is locked.The app needs to start when the device boot and update at all times.
  6. KMatle

    Other Updates for sqlite-jdbc

    Check for updates here: https://bitbucket.org/xerial/sqlite-jdbc/downloads/ Newest version (18.8.2018): sqlite-jdbc-3.23.1 Just copy the newest version to the AdditionalJar folder and delete the old one. Set the reference in "#Region Project Attributes" #Region Project Attributes...
  7. R

    iOS Question Update Text Label

    Hello, I have a problem with an application that must show the progress of the import of some data. The Label that should be updated with each new entry does not change, but remains only the first entry. If, however, the program is blocked, the label is updated. Below is an example of what the...
  8. KMatle

    Wish Online notification/automatically download of new internal libs

    Wasn't it a good idea if we had an online notification inside B4x about new internal libs? Perfect was if then the libs are downloaded automatically :-)
  9. Javier Campo Martinez

    Android Question B4A SQL get number of records affected by UPDATE transaction

    Hi guys !!! Is there any way ( through the SQL library) to obtain the number of records affected by an UPDATE transaction over a database? ( no matter if it's Oracle|SQLite|MySql|etc...) without querying the database. Thanx in advance. Javier
Top