Share My Creation [B4J] [MySQL] [API] Server (Key + Token) and [B4X] User Login Apps - aeric    Aug 16, 2024   (39 reactions) Updates: Latest B4XPages user login client apps (using B4J server): https://www.b4x.com/android/forum/threads/project-template-user-login-client-b4x.161914/ 105281 Finally I would like to share my B4J API server written in B4J. Compare to my previous PHP API, this API server implements user access token to authorize user to consume the API. SQL.zip - SQL script to create necessary database and tables in MySQL server. jAPI.zip - Source code for server app (B4J). B4A.zip - Source code... Share My Creation [Web][SithasoDaisy5] Low Code Generated CRUD WebApp using MySQL as Back-End via REST API (PHP) - Mashiane    Oct 22, 2025   (3 reactions) Hi Fam Download Complete Deployable Project (Source Included) To run this WebApp, you will need a webserver running PHP. We use Laragon for development. You will also need BANano You will also need SithasoDaisy5, get it from this GitHub Repo This app has been developed using SithasoDaisy5 Low Code Generator Import the attached addressbook.sql to your MySQL using phpMyAdmin After opening... for more context of what we are trying to achieve here. NFuJpI7bAmI Enjoy! MySQL REST API... Share My Creation [Web][BANanoSQL] Offline First Relational Address Book created with SithasoDaisy5 Low Code Generator - Mashiane    Sep 13, 2025   (2 reactions) mobile data runs out. Thanks to BANAno + BANanoSQL (aka IndexedDB) + SithasoDaisy5’s (CouchDB) offline... Share My Creation [Web][SithasoDaisy] Revolutionize Your Ride: The Ultimate Vehicle Expense Tracker App using Api Key Secure MySQL REST API on top of HTTPS - Mashiane    Apr 30, 2024   (2 reactions) using MySQL REST API, this app is set to transform the way you manage your vehicle expenses... tedious paperwork. Our app seamlessly integrates with MySQL REST API, allowing for efficient data... easier. 153293 Accessing the MySQL REST API directly requires authentication: 153316 Key Features..., convenience, and peace of mind on the road ahead! Do it now! What you Get? MySQL database schema Source Code (SithadoDaisy) What you need to deploy? HTTPS Api Key for your MySQL backend... B4J Code Snippet [Project Template] jRDC2 Server (SQLite, MySQL, MS SQL, Firebird, Postgresql, DBF) - aeric    Feb 20, 2025   (16 reactions) Updates jRDC2 Server v2 is available jRDC2 Server Template Version: 1.12 (based on jRDC2 version 2.23) Create a new project and run it! To be accompanied with jRDC2 Client Template Introduction: To be edited 147014 Version 1.00 : 9KB Version 1.11 : 127KB Version 1.12 : 127KB Version 2.00 (beta) : 127KB Note: If you think the latest version is big, you can use version 1.00 otherwise yo... B4J Code Snippet [B4X] MiniORMUtils - SQL Query Builder - aeric    Mar 9, 2025   (21 reactions) Updates Version 2.00 is available https://www.b4x.com/android/forum/threads/b4x-miniormutils.166030/ MiniORMUtils Version: 1.17 This library can be use for creating db schema and performing CRUD operations. It is suitable for Web API Template or any database system. Currently it supports SQLite and MySQL (B4J). B4X project template Version: 1.06 https://www.b4x.com/android/forum/threads/b4x-project-template-miniorm.165499/ Examples: Initialization Dim MDB As MiniORM MDB.Initialize... Share My Creation [Web][SithasoDaisy5] Low Code Generated CRUD WebApp using NoSQL CouchDB & PouchDB as Back-End (Offline Db with Sync to Server Functionality) - Mashiane    Oct 25, 2025   (1 reaction) relationship to PouchDB? CouchDB is an open-source NoSQL database developed by the Apache Software... B4A Tutorial [B4X] SQL with Wait For - Erel    May 15, 2017   (22 reactions)   tags: wait, Wait For, Resumable Sub, SQL Wait For progress web, SQL . The new standard way to insert data is: For i = 1 To 1000 sql.AddNonQueryToBatch("INSERT INTO table1 VALUES (?)", Array(Rnd(0, 100000))) Next Dim SenderFilter As Object = sql.ExecNonQueryBatch("SQL") Wait For (SenderFilter) SQL_NonQueryComplete (Success As Boolean) Log... will be caught by the correct Wait For call in all cases. - Note that SQL.ExecNonQueryBatch begins... therefore be issued synchronously with SQL.ExecQuery2. However if there is a slow query then you should... B4J Library [B4X] [B4XLib] SD_SQL (direct access to MySQL, MariaDB, MS SQL, FireBird) - Star-Dust    Apr 5, 2023   (29 reactions) directly to MySql, MsSql (for the moment) databases with B4A and B4J. To be clear, you don't need JRDC...). SQL library already exists for B4J and it would not be necessary to create a new library. But to... on the internal SQL library. It is written entirely in B4X You can use it to access DataBases that allow direct..." /> SD_SQL Author: Version: 0.07 SD_ResultSet Functions: Close first As Boolean GetBytes... As Int SD_SQL Events: Ready (Success As Boolean) Fields: MyConnection As Object Functions... Share My Creation [Web][SithasoDaisy] Secure CRUD MySQL REST API Web App using Api Key on top of HTTPS - Mashiane    Apr 30, 2024 required fields Each action to the REST API requires the API Key. The MySQL Webserver should run on HTTPS. What do we mean by secure? By using an API Key for the MySQL REST API, one needs to feed a "header" key with a key to execute any call to the backend MySQL database when using the API... Page: 1   2   3   4   5   6   7   |