Share My Creation (PHP/MySQL/API) User Login App - aeric    Aug 16, 2024   (31 reactions) .b4x.com/android/forum/threads/b4j-mysql-api-server-key-token-and-b4x-user-login-apps.126081/ 94106... simple PHP with mysql_query function. I have later updated the 2nd sample with mysqli since mysql... are welcome to extend it to become a production ready and more powerful app. For example, In my real app... out how to do it. The answer is in this forum and the Internet. In my previous code snippet, I use... model for the e-hailing app or "Student" and "Courses" models to my e-learning app. ... 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... Italian Mysql su Aruba - micro    Jan 30, 2016 Salve ragazzi ho appena abilitato 1Gb di spazio DB MySql su Aruba. Vorrei iniziare a fare qualche prova di scrittura sui db da remoto con una applicazione in b4j. Qualcuno ha già approcciato un esempio di codice per sue esigenze? Giusto per spianarmi la strada. Grazie... B4A Tutorial Connect Android to MySQL Database Tutorial - Erel    Sep 20, 2018   (29 reactions) 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....b4x.com/basic4android/images/mysql_1.png PHP Script The web service is made of a single PHP script... the parameters. See this php method: PHP: mysql_real_escape_string - Manual In our example I've chosen... Spanish [B4XPages] jRDC2 + MySQL CRUD + Login - josejad    Feb 24, 2022   (14 reactions) sql a tu base de datos. Puedes usar phpMyAdmin, HeidiSQL, etc… - Configurar el servidor jRDC2. Para... a adaptar el ejemplo B4XPages + B4XDrawer Creo que he visto algunos ejemplos con php + mysql para hacer... datos mysql/mariadb. Puedes usar XAMPP, LARAGON o cualquier otro proyecto para configurarla. Adjunto un archivo sql que puedes importar para crear la base de datos y las tablas del ejemplo. - B4J para... es: 1234 (almacenada en la base de datos como md5) sql.Login = SELECT * FROM B4X.users 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... 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... PGt5HInh55s Related content https://www.b4x.com/android/forum/threads/web-creating-secure-mysql-rest-api... 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... Share My Creation Erels [B4X] CloudKVS - synchronized key / value store - MySQL - JakeBullet70    Jul 15, 2016   (21 reactions)   tags: KVS, Erel a MySQL back-end. This is a moderate programmer project. Not really for a new-bee. Thanks Erel!!!!!... a lot of testing has been done but for my small app it is working fine. Remember this is the SERVER app. It is b4j. OK, a little more work to setup (Well a lot more) but if you want MySQL power? here you go. So... Step by step 0. Make sure you have mysql-connector-java-5.1.39-bin.jar in your Additional libs folder. 1. Create a database called KeyStore on your MySQL server. 2. Set users... 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... As Object, Event As String) Initializes the object. Insert row with #AdditionalJar MySQL Driver... As Int SD_SQL Events: Ready (Success As Boolean) Fields: MyConnection As Object Functions...). SQL library already exists for B4J and it would not be necessary to create a new library. But to....3.1.jar and mysql-connector-java-5.1.47-bin.jar. (You can find these files in the @Peter Simpson... Page: 1   2   3   4   5   6   7   |