Share My Creation (PHP/MySQL/API) User Login App - aeric    Aug 16, 2024   (31 reactions) Web API Updates: Latest B4XPages user login client apps (using B4J server): https://www.b4x.com/android/forum/threads/project-template-user-login-client-b4x.161914/ Older project: https://www.b4x.com/android/forum/threads/b4j-mysql-api-server-key-token-and-b4x-user-login-apps.126081/ 94106 94119 94118 Android App 94107941089411194112 94109 102583 This is the 3rd version of login exam... 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... B4A Tutorial SQL tutorial - Erel    Oct 2, 2019   (21 reactions)   tags: sqliteimages, begin transaction, SQL methods: SQL with Wait For The following tutorial is obsolete: This tutorial covers the SQL library and its usage with Basic4android. There are many general SQL tutorials that cover the actual SQL language. If you are not familiar with SQL it is recommended to start with such a tutorial. SQL... you can use and also learn from the code. Android uses SQLite which is an open source SQL... SQLite Version 3 SQL in Basic4android The first step is to add a reference to the SQL library... 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... B4A Library JdbcSQL - Directly connect to remote databases - Erel    Sep 17, 2017   (35 reactions)   tags: Conector SQL, RemoteDB, remote db, jDBCSQL, sql connect local remote This is a port of B4J jSQL library. The SQL type was renamed to JdbcSQL and ResultSet was renamed to JdbcResultSet, this allows using it together with the SQL library. SQL library - local SQLite databases. JdbcSQL - Any remote SQL database with a supported JDBC driver. MySQL and MS SQL.... As explained in the jSQL tutorial, you need to copy the jdbc jar to the additional libraries folder...-bin Note that you should use Java 7 jars. MySQL connector: https://dev.mysql.com/get/Downloads... B4A Tutorial Connect Android to MySQL Database Tutorial - Erel    Sep 20, 2018   (29 reactions) A new more powerful framework is now available: jRDC2. This tutorial explains the basic concepts required for creating a connection between Android device and a remote server. In this case it is a MySQL database. A tutorial for connecting to SQL Server is available here. Android cannot connect directly to the database server (search for JdbcSQL). Therefore we need to create a simple web service... the database user to SELECT queries (in MySQL configuration). The PHP code: <?php $databasehost... Spanish [B4XPages] jRDC2 + MySQL CRUD + Login - josejad    Feb 24, 2022   (15 reactions) un archivo sql que puedes importar para crear la base de datos y las tablas del ejemplo. - B4J para... sql a tu base de datos. Puedes usar phpMyAdmin, HeidiSQL, etc… - Configurar el servidor jRDC2. Para... es: 1234 (almacenada en la base de datos como md5) sql.Login = SELECT * FROM B4X.users WHERE `username` = ? AND `password` = md5(?) sql.getEvents = SELECT * FROM B4X.events WHERE `month` = ? AND `id_user` = ? sql.updateEvents = UPDATE B4X.events SET `month`=?,`event_type`=?,`description`=? WHERE... 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... Page: 1   2   3   4   5   6   7   |